summaryrefslogtreecommitdiff
path: root/shell-completion/zsh/_sd_outputmodes
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-09-11 01:05:13 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-09-11 01:05:13 -0400
commit4ee12cf36c4af8d3ae4313735677c57f6f640596 (patch)
tree02c10c478c44ea0bf1847926c2043b4548592ed0 /shell-completion/zsh/_sd_outputmodes
parent7e9315c610d0bf290cbac06418e9f545a66f1435 (diff)
./tools/notsd-move
Diffstat (limited to 'shell-completion/zsh/_sd_outputmodes')
-rw-r--r--shell-completion/zsh/_sd_outputmodes5
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 3836f79b73..0000000000
--- a/shell-completion/zsh/_sd_outputmodes
+++ /dev/null
@@ -1,5 +0,0 @@
-#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 "$@"