-
Notifications
You must be signed in to change notification settings - Fork 32
feat: add --accessible flag to huh interactive prompts #455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -58,6 +58,7 @@ type Config struct { | |||||
| SlackTestTraceFlag bool | ||||||
| TeamFlag string | ||||||
| TokenFlag string | ||||||
| Accessible bool | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🌲 thought: As we're introducing this, should we include the environment variable similar?
🔗 https://github.com/charmbracelet/huh?tab=readme-ov-file#accessibility
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔍 ramble: We might find this adjacent file most useful! slack-cli/internal/config/dotenv.go Lines 23 to 24 in f39d175
|
||||||
| NoColor bool | ||||||
|
|
||||||
| // Feature experiments | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🪓 note: I'm not sure this test is so useful against regressions here?