Fix common args documentation
This commit is contained in:
parent
215dcdd32e
commit
6d3d38bae1
|
|
@ -152,10 +152,10 @@ __up() {
|
||||||
|
|
||||||
# common args
|
# common args
|
||||||
_arguments \
|
_arguments \
|
||||||
'--verbose:Show more output' \
|
'--verbose[Show more output]' \
|
||||||
'--version:Print version and exit' \
|
'--version[Print version and exit]' \
|
||||||
'--file:Specify an alternate compose file:__yml_files_in_current_dir' \
|
'--file[Specify an alternate compose file]:__yml_files_in_current_dir' \
|
||||||
'--project-name:Specify an alternate project name:()' \
|
'--project-name[Specify an alternate project name]:args' \
|
||||||
'*:: :->command'
|
'*:: :->command'
|
||||||
|
|
||||||
# start machines!
|
# start machines!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue