Merge pull request #71 from ioxenus/patch-2

Update _bpython: --version short argument fix
This commit is contained in:
Massimiliano Torromeo 2012-01-23 00:06:48 -08:00
commit 2f0db77593
1 changed files with 1 additions and 1 deletions

View File

@ -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'