mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 15:30:40 +08:00
Add --color completion for diff
This commit is contained in:
parent
64783428d4
commit
f3cee81338
|
@ -24,3 +24,4 @@ complete -c diff -l to-file -r -d "Compare FILE2 to all operands"
|
|||
complete -c diff -s l -l paginate -d "Pass the output through 'pr'"
|
||||
complete -c diff -s v -l version -d "Display version and exit"
|
||||
complete -c diff -l help -d "Display help and exit"
|
||||
complete -c diff -l color -d "Colorize the output"
|
||||
|
|
Loading…
Reference in New Issue
Block a user