diff options
| author | Fumitaka Yamane <fumikony@gmail.com> | 2016-03-13 17:01:17 +0900 |
|---|---|---|
| committer | Fumitaka Yamane <fumikony@gmail.com> | 2016-03-13 17:01:17 +0900 |
| commit | fb0760318d1c0143b640ca54c838ec67d9bac05a (patch) | |
| tree | 9c2fc70feaca1ab6c3a394bba2ce2779a2c8bd92 /src/_fab | |
| parent | Merge pull request #393 from zsh-users/add-multirust (diff) | |
| download | zsh-completions-fb0760318d1c0143b640ca54c838ec67d9bac05a.tar zsh-completions-fb0760318d1c0143b640ca54c838ec67d9bac05a.tar.gz zsh-completions-fb0760318d1c0143b640ca54c838ec67d9bac05a.tar.bz2 zsh-completions-fb0760318d1c0143b640ca54c838ec67d9bac05a.tar.lz zsh-completions-fb0760318d1c0143b640ca54c838ec67d9bac05a.tar.xz zsh-completions-fb0760318d1c0143b640ca54c838ec67d9bac05a.tar.zst zsh-completions-fb0760318d1c0143b640ca54c838ec67d9bac05a.zip | |
add --ssh-config-path completion for fab
Diffstat (limited to 'src/_fab')
| -rw-r--r-- | src/_fab | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
