diff options
| author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-10 17:04:30 -0400 |
|---|---|---|
| committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-09-10 17:04:30 -0400 |
| commit | 65ccd3aa828824fc77c3ae174143ff41c556b9ce (patch) | |
| tree | 0bdbe469a539e5939b674392aa18d39aa1d36536 /shell-completion/zsh/_sd_outputmodes | |
| parent | cdaf593e15759a335a9507a5d901f7f20b8c9a76 (diff) | |
./tools/move.sh
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 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 "$@" |
