You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--color=never is equivalent with --color, --color=always is equivalent with --no-color, when the output is stdout, --color=auto = --color=always, when output is not stdout (such as a file), --color=auto = --color=never.