This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_runit_sv() { | |
local cur prev commands opts services | |
COMPREPLY=() | |
cur="${COMP_WORDS[COMP_CWORD]}" | |
prev="${COMP_WORDS[COMP_CWORD-1]}" | |
commands="status up down once \ | |
pause cont hup alarm interrupt quit 1 2 term kill exit \ | |
start stop reload restart shutdown \ |