mirror of
https://github.com/kiviktnm/decman.git
synced 2026-09-19 12:08:28 +00:00
Add shell completions for decman
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#compdef decman
|
||||
# zsh completion for decman
|
||||
|
||||
_arguments -s \
|
||||
'--source=[python file containing configuration]:config file:_files' \
|
||||
'--dry-run[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]' \
|
||||
'--skip=[skip the following execution steps]:step(s):*' \
|
||||
'--only=[run only the following execution steps]:step(s):*' \
|
||||
'--no-hooks[don'\''t run hook methods for modules]' \
|
||||
'--no-color[don'\''t print messages with color]' \
|
||||
'--params=[additional parameters passed to plugins]:param(s):*' \
|
||||
'--help[show help]'
|
||||
Reference in New Issue
Block a user