mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Update _bpython: --version short argument fix
This commit is contained in:
@@ -42,6 +42,6 @@ _arguments -A "-*" \
|
||||
'(-h --help)'{-h,--help}'[Show help message]' \
|
||||
'(-i --interactive)'{-i,--interactive}'[Drop to bpython shell after running file instead of exiting]' \
|
||||
'(-q --quiet)'{-q,--quiet}"[Don't flush the output to stdout]" \
|
||||
'(-v --version)'{-v,--version}'[Print version and exit]' \
|
||||
'(-V --version)'{-V,--version}'[Print version and exit]' \
|
||||
'--config[Use CONFIG instead of default config file]:Config file:_files' \
|
||||
'*: :_files'
|
||||
Reference in New Issue
Block a user