Merge pull request #3198 from knakayama/fix/zsh-completion

Fix zsh-completion
This commit is contained in:
Chris Bednarski 2016-02-14 20:35:12 -08:00
commit b07f54ddc5
1 changed files with 4 additions and 2 deletions

View File

@ -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() {