chiark / gitweb /
tmpfiles, man: Add xattr support to tmpfiles
[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 "$@"