doc(prompter): clarify comments
This commit is contained in:
parent
0b49522467
commit
f89700160b
1 changed files with 2 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue