mirror of
https://github.com/kiviktnm/decman.git
synced 2026-09-19 12:08:28 +00:00
Fix ZSH completions
This commit is contained in:
+3
-3
@@ -6,9 +6,9 @@ _arguments -s \
|
|||||||
'--dry-run[print what would happen as a result of running decman]' \
|
'--dry-run[print what would happen as a result of running decman]' \
|
||||||
'--print[print what would happen as a result of running decman]' \
|
'--print[print what would happen as a result of running decman]' \
|
||||||
'--debug[show debug output]' \
|
'--debug[show debug output]' \
|
||||||
'--skip=[skip the following execution steps]:step(s):*' \
|
'--skip[skip the following execution steps]:step(s):_message -r "step"' \
|
||||||
'--only=[run only the following execution steps]:step(s):*' \
|
'--only[run only the following execution steps]:step(s):_message -r "step"' \
|
||||||
'--no-hooks[don'\''t run hook methods for modules]' \
|
'--no-hooks[don'\''t run hook methods for modules]' \
|
||||||
'--no-color[don'\''t print messages with color]' \
|
'--no-color[don'\''t print messages with color]' \
|
||||||
'--params=[additional parameters passed to plugins]:param(s):*' \
|
'--params[additional parameters passed to plugins]:param(s):_message -r "param"' \
|
||||||
'--help[show help]'
|
'--help[show help]'
|
||||||
|
|||||||
Reference in New Issue
Block a user