From fb0760318d1c0143b640ca54c838ec67d9bac05a Mon Sep 17 00:00:00 2001 From: Fumitaka Yamane Date: Sun, 13 Mar 2016 17:01:17 +0900 Subject: [PATCH] add --ssh-config-path completion for fab --- src/_fab | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_fab b/src/_fab index 59b08f1..13b5052 100644 --- a/src/_fab +++ b/src/_fab @@ -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