chiark / gitweb /
systemctl: add more verbose explanation of --kill-who and what control/main processes are
[elogind.git] / shell-completion / zsh / _sd_outputmodes
1 #autoload
2
3 local -a _output_opts
4 _output_opts=(short short-monotonic verbose export json json-pretty json-see cat)
5 _describe -t output 'output mode' _output_opts || compadd "$@"