Fix zsh completions if --colour is used

This commit is contained in:
Dave Wikoff 2019-01-11 13:05:09 -05:00
parent 92aac170d0
commit 9302d75f06
1 changed files with 1 additions and 1 deletions

2
_grc
View File

@ -16,7 +16,7 @@ args=(
'(-e --stderr)'{-e,--stderr}'[redirect stderr; do not automatically redirect stdout]'
'(-s --stdout)'{-s,--stdout}'[redirect stdout; even with -e/--stderr]'
'(-c <name>--config=<name>)'{-c+,--config=-}'[use <name> as configuration file for grcat]:file:_files'
'--color=-[colo?urize output]:color:(on off auto)'
'--colour=-[colourize output]:colour:(on off auto)'
'(-h --help)'{-h,--help}'[display help message and exit]'
'--pty[run command in pseudotermnial (experimental)]'
'*::arguments:{ _normal }'