zsh: update completions

This commit is contained in:
Réouven Assouly 2019-01-01 16:16:11 +01:00 committed by Brian Ashworth
parent 5bf4daf263
commit cf00fb2ccc
5 changed files with 77 additions and 14 deletions

View file

@ -13,8 +13,8 @@
#
# -------------------------------
_arguments -s \
'(-v --version)'{-v,--version}'[shows version]' \
'(-h --help)'{-h,--help}'[shows help message]' \
'(-v --version)'{-v,--version}'[Show the version number and quit]' \
'(-h --help)'{-h,--help}'[Show help message and quit]' \
'(-c --config)'{-c,--config}'[Specify a config file]:files:_files' \
'(-C --validate)'{-C,--validate}'[Check validity of the config file, then exit]' \
'(-d --debug)'{-d,--debug}'[Enables full logging, including debug information]' \