Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v233
/
.
/
shell-completion
/
zsh
/
_sd_outputmodes
blob: 52617c6b7aaef8e83a270c19fbc5008b119caa72 [
file
] [
log
] [
blame
] [
raw
]
#autoload
local
-
a _output_opts
_output_opts
=(
short
short
-
full
short
-
iso
short
-
precise
short
-
monotonic
short
-
unix verbose
export
json json
-
pretty json
-
sse cat
)
_describe
-
t output
'output mode'
_output_opts
||
compadd
"$@"