chiark / gitweb /
Fix segv introduced by 2fd069b18e525860514a70d3ea08410ca122d3e2
[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 "$@"