zsh/compdef/_sv-manage
2023-01-23 15:32:16 +01:00

8 lines
165 B
Text

#compdef sv-manage
typeset -A opt_args
local context state line
_arguments \
"1:Action:(add rm remove)"\
"*:service:_files -W ${SVDIR_TEMPLATES:-/etc/sv}"