]> git.ipfire.org Git - thirdparty/systemd.git/blob - shell-completion/zsh/_sd_outputmodes
journalctl: New option --cursor-file
[thirdparty/systemd.git] / shell-completion / zsh / _sd_outputmodes
1 #autoload
2 # SPDX-License-Identifier: LGPL-2.1+
3
4 local -a _output_opts
5 _output_opts=(short short-full short-iso short-iso-precise short-precise short-monotonic short-unix verbose export json json-pretty json-sse json-seq cat with-unit)
6 _describe -t output 'output mode' _output_opts || compadd "$@"