mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Fix common args documentation
This commit is contained in:
+4
-4
@@ -152,10 +152,10 @@ __up() {
|
||||
|
||||
# common args
|
||||
_arguments \
|
||||
'--verbose:Show more output' \
|
||||
'--version:Print version and exit' \
|
||||
'--file:Specify an alternate compose file:__yml_files_in_current_dir' \
|
||||
'--project-name:Specify an alternate project name:()' \
|
||||
'--verbose[Show more output]' \
|
||||
'--version[Print version and exit]' \
|
||||
'--file[Specify an alternate compose file]:__yml_files_in_current_dir' \
|
||||
'--project-name[Specify an alternate project name]:args' \
|
||||
'*:: :->command'
|
||||
|
||||
# start machines!
|
||||
|
||||
Reference in New Issue
Block a user