Miserlou/Zappa

Add a global --color=auto/never/always flag

Open

#1.146 geöffnet am 30. Sept. 2017

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (1.286 Forks)batch import
enhancementhacktoberfesthelp wanted

Repository-Metriken

Stars
 (11.903 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

At the moment, it is only zappa tail that supports a --no-color and a --force-color argument.

I'd like to suggest instead making a global --color=[auto|never|always] flag, which would affect all subcommands. There is currently no way to force color on zappa status which is why I'm filing the issue.

That particular --color= flag syntax is very standard across all unix tools (grep, ls, etc)

Contributor Guide