zsh/compdef/_sv-manage

9 lines
165 B
Plaintext
Raw Normal View History

2018-03-11 11:18:44 +00:00
#compdef sv-manage
typeset -A opt_args
local context state line
_arguments \
"1:Action:(add rm remove)"\
2023-01-20 14:11:01 +00:00
"*:service:_files -W ${SVDIR_TEMPLATES:-/etc/sv}"