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