Updates
This commit is contained in:
parent
01d19b1b52
commit
a64e38b305
5 changed files with 28 additions and 55 deletions
8
compdef/_sv-manage
Normal file
8
compdef/_sv-manage
Normal file
|
@ -0,0 +1,8 @@
|
|||
#compdef sv-manage
|
||||
|
||||
typeset -A opt_args
|
||||
local context state line
|
||||
|
||||
_arguments \
|
||||
"1:Action:(add rm remove)"\
|
||||
"*:service:_files -W /etc/sv"
|
Loading…
Add table
Add a link
Reference in a new issue