chiark / gitweb /
libudev: set errno properly in all error conditions of udev_device_new_from_syspath()
[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 "$@"