9 lines
145 B
Plaintext
9 lines
145 B
Plaintext
![]() |
#compdef sv-manage
|
||
|
|
||
|
typeset -A opt_args
|
||
|
local context state line
|
||
|
|
||
|
_arguments \
|
||
|
"1:Action:(add rm remove)"\
|
||
|
"*:service:_files -W /etc/sv"
|