mirror of
https://github.com/onyx-and-iris/gobs-cli.git
synced 2026-04-18 07:03:37 +00:00
replace emoji-style tick/cross + N/A with cleaner symbols.
update screenshots.
This commit is contained in:
4
util.go
4
util.go
@@ -24,12 +24,12 @@ func getEnabledMark(enabled bool) string {
|
||||
if os.Getenv("NO_COLOR") != "" { // nolint: misspell
|
||||
return "✓"
|
||||
}
|
||||
return "✅"
|
||||
return "●"
|
||||
}
|
||||
if os.Getenv("NO_COLOR") != "" { // nolint: misspell
|
||||
return "✗"
|
||||
}
|
||||
return "❌"
|
||||
return "○"
|
||||
}
|
||||
|
||||
func trimPrefix(s, prefix string) string {
|
||||
|
||||
Reference in New Issue
Block a user