Fix zsh-completion

pull/3198/head
knakayama 10 years ago
parent c7765023aa
commit f103ba820c

@ -30,8 +30,10 @@ __inspect() {
__push() {
_arguments \
'-create[Create the build configuration if it does not exist].' \
'-token=[(<token>) Access token to use to upload.]'
'-name=[(<name>) The destination build in Atlas.]' \
'-token=[(<token>) Access token to use to upload.]' \
'-var[("key=value") Variable for templates, can be used multiple times.]' \
'-var-file=[(path) JSON file containing user variables.]'
}
__validate() {

Loading…
Cancel
Save