Remove trailing spaces
This commit is contained in:
parent
4195d4f6ee
commit
24d3bd1c7c
2
src/_fab
2
src/_fab
|
@ -82,7 +82,7 @@ _arguments -w -S -C \
|
||||||
"(-f+ --fabfile=)"{-f+,--fabfile=}"[Python module file to import]: :_files -g *.py" \
|
"(-f+ --fabfile=)"{-f+,--fabfile=}"[Python module file to import]: :_files -g *.py" \
|
||||||
'(-c+ --config=-)'{-c+,--config=-}'[specify location of config file to use]: :_files' \
|
'(-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'']: :' \
|
'(-s+ --shell=-)'{-s+,--shell=-}'[specify a new shell, defaults to ''/bin/bash -l -c'']: :' \
|
||||||
'(--ssh-config-path=)--ssh-config-path=[ssh config path]: :_files' \
|
'(--ssh-config-path=)--ssh-config-path=[ssh config path]: :_files' \
|
||||||
'(--hide=-)--hide=-[comma-separated list of output levels to hide]: :->levels' \
|
'(--hide=-)--hide=-[comma-separated list of output levels to hide]: :->levels' \
|
||||||
'(--show=-)--show=-[comma-separated list of output levels to show]: :->levels' \
|
'(--show=-)--show=-[comma-separated list of output levels to show]: :->levels' \
|
||||||
'*::: :->subcmds' && return 0
|
'*::: :->subcmds' && return 0
|
||||||
|
|
Loading…
Reference in New Issue