diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-01-09 13:53:23 +0100 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-01-09 13:53:23 +0100 |
commit | e4e5a85f34db9b18a5ae84a659fcdaf7e494dec1 (patch) | |
tree | 920d98506c02891f52bd83d256e90d6313028c73 /shell-completion/zsh | |
parent | 7ce9812173bd32dd46f2804b50815abf3fc18f11 (diff) |
shell-completion: add missing output modes
https://bugs.freedesktop.org/show_bug.cgi?id=88216
Diffstat (limited to 'shell-completion/zsh')
-rw-r--r-- | shell-completion/zsh/_sd_outputmodes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/zsh/_sd_outputmodes b/shell-completion/zsh/_sd_outputmodes index dae8a5c0dd..2ce84a79a1 100644 --- a/shell-completion/zsh/_sd_outputmodes +++ b/shell-completion/zsh/_sd_outputmodes @@ -1,5 +1,5 @@ #autoload local -a _output_opts -_output_opts=(short short-monotonic verbose export json json-pretty json-see cat) +_output_opts=(short short-iso short-precise short-monotonic verbose export json json-pretty json-see cat) _describe -t output 'output mode' _output_opts || compadd "$@" |