fix: comment

This commit is contained in:
Maas Lalani 2023-06-30 09:20:23 -04:00
parent 4adba38f5f
commit 4d36657492
No known key found for this signature in database
GPG key ID: 5A6ED5CBF1A0A000

View file

@ -6,7 +6,7 @@ import (
"github.com/charmbracelet/gum/style"
)
// Options is the customization timeout for the confirm command.
// Options is the customization options for the confirm command.
type Options struct {
Default bool `help:"Default confirmation action" default:"true"`
Affirmative string `help:"The title of the affirmative action" default:"Yes"`