Merge pull request #3198 from knakayama/fix/zsh-completion
Fix zsh-completion
This commit is contained in:
commit
b07f54ddc5
|
@ -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…
Reference in New Issue