You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Whether customizable, 4-bit accessible colors should be used. Supported values: enabled, disabled
552
564
accessible_colors: disabled
565
+
# Whether an accessible prompter should be used. Supported values: enabled, disabled
566
+
accessible_prompter: disabled
567
+
# Whether to use a animated spinner as a progress indicator. If disabled, a textual progress indicator is used instead. Supported values: enabled, disabled
568
+
spinner: enabled
553
569
`
554
570
555
571
typeConfigOptionstruct {
@@ -638,6 +654,24 @@ var Options = []ConfigOption{
638
654
returnc.AccessibleColors(hostname).Value
639
655
},
640
656
},
657
+
{
658
+
Key: accessiblePrompterKey,
659
+
Description: "whether an accessible prompter should be used",
0 commit comments