From f89700160b3fcc8f7c4d2f2ef3128063fe2cd8fc Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Fri, 4 Apr 2025 15:08:17 -0600 Subject: [PATCH] doc(prompter): clarify comments --- internal/prompter/prompter.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(