diff --git a/internal/prompter/prompter.go b/internal/prompter/prompter.go index 67ae0fa6a..0a42a8df9 100644 --- a/internal/prompter/prompter.go +++ b/internal/prompter/prompter.go @@ -160,7 +160,8 @@ func (p *speechSynthesizerFriendlyPrompter) Password(prompt string) (string, err func (p *speechSynthesizerFriendlyPrompter) Confirm(prompt string, defaultValue bool) (bool, error) { // This is currently an inneffectual assignment because the value is - // not respected as the default in accessible mode. + // not respected as the default in accessible mode. Leaving this in here + // because it may change in the future. // See https://github.com/charmbracelet/huh/issues/615 result := defaultValue form := p.newForm(