From fa03157bebce3d0578d934a81e67d9b9acf7188d Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Tue, 8 Apr 2025 13:04:04 -0600 Subject: [PATCH] doc(help): label GH_ACCESSIBLE_PROMPTER as preview --- pkg/cmd/root/help_topic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/root/help_topic.go b/pkg/cmd/root/help_topic.go index f7a827dcd..1a0934bb5 100644 --- a/pkg/cmd/root/help_topic.go +++ b/pkg/cmd/root/help_topic.go @@ -109,7 +109,7 @@ var HelpTopics = []helpTopic{ wrapped on the terminal will be taken as the lesser of the terminal width, this value, or 120 if not specified. This value is used, for example, with %[1]spr view%[1]s subcommand. - %[1]sGH_ACCESSIBLE_PROMPTER%[1]s: set to a truthy value to enable prompts that are + %[1]sGH_ACCESSIBLE_PROMPTER%[1]s (preview): set to a truthy value to enable prompts that are more compatible with speech synthesis based screen readers. `, "`"), },