Merge pull request #399 from fumikony/fumikony-patch-1

add --ssh-config-path completion for fab
This commit is contained in:
nicoulaj 2016-04-26 21:16:35 +02:00
commit 825837152d
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ _arguments -w -S -C \
"(-f+ --fabfile=)"{-f+,--fabfile=}"[Python module file to import]: :_files -g *.py" \
'(-c+ --config=-)'{-c+,--config=-}'[specify location of config file to use]: :_files' \
'(-s+ --shell=-)'{-s+,--shell=-}'[specify a new shell, defaults to ''/bin/bash -l -c'']: :' \
'(--ssh-config-path=)--ssh-config-path=[ssh config path]: :_files' \
'(--hide=-)--hide=-[comma-separated list of output levels to hide]: :->levels' \
'(--show=-)--show=-[comma-separated list of output levels to show]: :->levels' \
'*::: :->subcmds' && return 0