This commit is contained in:
crater2150 2018-03-11 12:18:44 +01:00
parent 01d19b1b52
commit a64e38b305
5 changed files with 28 additions and 55 deletions

8
compdef/_sv-manage Normal file
View 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"