Make use of --color with no argument equivalent to --color=always
This commit is contained in:
parent
a3d4101d6c
commit
0044c3dd6e
|
@ -75,7 +75,8 @@ options = [
|
|||
Option "f" ["format"]
|
||||
(ReqArg (Flag "format") "FORMAT") "output format",
|
||||
Option "C" ["color"]
|
||||
(ReqArg (Flag "color") "WHEN") "Set use of color (auto, always, never)",
|
||||
(OptArg (maybe (Flag "color" "always") (Flag "color")) "WHEN")
|
||||
"Set use of color (auto, always, never)",
|
||||
Option "s" ["shell"]
|
||||
(ReqArg (Flag "shell") "SHELLNAME") "Specify dialect (sh,bash,dash,ksh)",
|
||||
Option "x" ["external-sources"]
|
||||
|
|
Loading…
Reference in New Issue