cli/pkg/cmd/gist/list
Andy Feller 3c38cedaf3 Implement tests for muted logic, standardize reset
This commit covers testing around the new ColorScheme.Muted logic based on various situations to gain confidence we get the accessible colors expected when enabled.

Additionally, this commit includes a small change to the existing 8-bit color logic to standardize on the same reset sequence for testing purposes.  Essentially, `ESC[m` and `ESC[0m` are equivalent but this inconsistency with our other libraries makes setting up tests a little extra confusing and difficult.
2025-03-31 15:33:52 -04:00
..
list.go Remove out of scope changes, update list commands 2025-03-31 11:58:30 -04:00
list_test.go Implement tests for muted logic, standardize reset 2025-03-31 15:33:52 -04:00