openrc/zsh-completion/_openrc

8 lines
122 B
Bash

#compdef openrc
if (( CURRENT == 2 )); then
_values "runlevels" $(rc-status --list)
fi
# vim: set et sw=2 ts=2 ft=zsh: