Merge pull request #71 from ioxenus/patch-2
Update _bpython: --version short argument fix
This commit is contained in:
commit
2f0db77593
2
_bpython
2
_bpython
|
@ -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'
|
Loading…
Reference in New Issue