zsh/compdef/_sv-manage

9 lines
145 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)"\
"*:service:_files -W /etc/sv"