mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Fix zsh-completion
This commit is contained in:
parent
c7765023aa
commit
f103ba820c
1 changed files with 4 additions and 2 deletions
|
|
@ -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 a new issue