cli/pkg/cmd/root
Andy Feller f61961907e Update configuration support for accessible colors
- added support for `accessible_colors` configuration setting in `gh config` commandset
- updated default configuration file to contain `accessible_colors: disabled`
- add `GH_ACCESSIBLE_COLORS` env var to `gh environment`
- generated mocks via `go generate ./...` including previously missed prompter changes
2025-04-17 15:57:49 -04:00
..
alias.go Fix error handling for extension and shell alias commands (#7567) 2023-06-20 08:41:02 +09:00
alias_test.go Allow creating of nested aliases (#7457) 2023-05-25 09:46:45 +09:00
extension.go Make extension update check non-blocking 2025-01-13 20:38:03 -05:00
extension_test.go Add small wait to extension update tests 2025-01-16 14:10:42 +01:00
help.go Add label color env var to help topic, unused fix 2025-04-04 11:02:44 -04:00
help_reference.go update generated content for man pages and website 2024-05-17 09:30:53 -04:00
help_test.go Offer different editor modes during release create 2020-08-25 20:20:44 +02:00
help_topic.go Update configuration support for accessible colors 2025-04-17 15:57:49 -04:00
help_topic_test.go Introduce helpTopics type and reduce duplication across commands (#7414) 2023-05-11 14:59:12 +02:00
root.go Refactor extension command testing 2024-11-17 21:59:06 -05:00