cli/pkg/cmd/factory
Andy Feller 346fab212b Accessible color config boilerplate, colors update
This commit is focused on incorporating cli/go-gh accessible colors configuration setting into GitHub CLI experience along with new color function to supersede ColorScheme.Gray and ColorScheme.Grayf.

Originally, I was considering having all use of ColorScheme.Gray and ColorScheme.Grayf fallback to the new muted logic if accessible colors were enabled, however I decided not being that it exceeds the acceptance criteria.  This means that every command using ColorScheme.Gray needs to be updated to use ColorScheme.Muted
2025-03-31 11:19:51 -04:00
..
default.go Accessible color config boilerplate, colors update 2025-03-31 11:19:51 -04:00
default_test.go Move config interfaces into gh package (#9060) 2024-05-10 10:39:36 +02:00
remote_resolver.go Fix remoteResolver caching issue 2025-02-20 13:15:23 +01:00
remote_resolver_test.go Refactor remote resolver caching tests 2025-02-20 13:15:56 +01:00