diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-12 23:58:59 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-12 23:58:59 -0400 |
commit | f838f51c238f8dcc4568eb68a16a7a86024eea5d (patch) | |
tree | f122167057382ce448e3101091225ba6647592da /shell-completion/zsh/_sd_outputmodes | |
parent | 39970d85d4c2313d43147f15047ac564603c7f8c (diff) |
./tools/notsd-move
Diffstat (limited to 'shell-completion/zsh/_sd_outputmodes')
-rw-r--r-- | shell-completion/zsh/_sd_outputmodes | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/shell-completion/zsh/_sd_outputmodes b/shell-completion/zsh/_sd_outputmodes deleted file mode 100644 index 52617c6b7a..0000000000 --- a/shell-completion/zsh/_sd_outputmodes +++ /dev/null @@ -1,5 +0,0 @@ -#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 "$@" |