1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-30 06:25:25 +03:00
systemd-stable/shell-completion/zsh/_sd_outputmodes
2013-11-09 19:02:53 -05:00

6 lines
178 B
Plaintext

#autoload
local -a _output_opts
_output_opts=(short short-monotonic verbose export json json-pretty json-see cat)
_describe -t output 'output mode' _output_opts || compadd "$@"