mirror of
https://git.proxmox.com/git/systemd
synced 2025-08-05 10:58:35 +00:00
6 lines
178 B
Plaintext
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 "$@"
|