mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
Unmarked the colo(u)r options of the git command as requiring an argument
According to man, the argument is optional: $ man git --color[=WHEN], --colour[=WHEN]
This commit is contained in:
parent
f1baa514a8
commit
2fa3c6298b
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ complete -c grep -s B -l before-context -d "Print NUM lines of leading context"
|
|||
complete -c grep -s C -l context -d "Print NUM lines of context"
|
||||
complete -c grep -s b -l byte-offset -d "Print byte offset of matches"
|
||||
complete -c grep -l binary-files -d "Assume data type for binary files" -x -a "binary\tBinary\ format text\tText\ format"
|
||||
complete -c grep -l colour -x -d "Colour output" -a "never always auto"
|
||||
complete -c grep -l color -x -d "Color output" -a "never always auto"
|
||||
complete -c grep -l colour -f -d "Colour output" -a "never always auto"
|
||||
complete -c grep -l color -f -d "Color output" -a "never always auto"
|
||||
complete -c grep -s c -l count -d "Only print number of matches"
|
||||
complete -c grep -s D -l devices -x -a "read skip" -d "Action for devices"
|
||||
complete -c grep -s d -l directories -x -a "read skip recurse" -d "Action for directories"
|
||||
|
|
Loading…
Reference in a new issue