mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 17:06:39 +09:00
6 lines
202 B
Plaintext
6 lines
202 B
Plaintext
#autoload
|
|
|
|
local -a _output_opts
|
|
_output_opts=(short short-iso short-precise short-monotonic verbose export json json-pretty json-sse cat)
|
|
_describe -t output 'output mode' _output_opts || compadd "$@"
|