Fix ZSH completions

This commit is contained in:
Kivi Kaitaniemi
2025-12-18 06:13:01 +02:00
parent 45e8879962
commit 36053c6d3b
+3 -3
View File
@@ -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]'