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