fix terraform plugin - arguments call

This commit is contained in:
Benjamin 2017-05-10 15:44:57 +00:00 committed by GitHub
commit d0515a4219

View file

@ -49,8 +49,8 @@ __console() {
} }
__debug() { __debug() {
__arguments \ _arguments \
'json2dot[Convert json graph log to dot]' 'json2dot[Convert json graph log to dot]'
} }
@ -71,7 +71,7 @@ __destroy() {
} }
__env() { __env() {
__arguments \ _arguments \
'list[List environments.]' \ 'list[List environments.]' \
'select[Select an environment.]' \ 'select[Select an environment.]' \
'new[Create a new environment.]' \ 'new[Create a new environment.]' \
@ -79,7 +79,7 @@ __env() {
} }
__fmt() { __fmt() {
__arguments \ _arguments \
'-list=[(true) List files whose formatting differs (always false if using STDIN)]' \ '-list=[(true) List files whose formatting differs (always false if using STDIN)]' \
'-write=[(true) Write result to source file instead of STDOUT (always false if using STDIN)]' \ '-write=[(true) Write result to source file instead of STDOUT (always false if using STDIN)]' \
'-diff=[(false) Display diffs of formatting changes]' '-diff=[(false) Display diffs of formatting changes]'
@ -212,7 +212,7 @@ __taint() {
} }
__validate() { __validate() {
__arguments \ _arguments \
'-no-color[If specified, output wont contain any color.]' \ '-no-color[If specified, output wont contain any color.]' \
} }