about summary refs log tree commit homepage
path: root/examples/zsh-completion/_dtas-sourceedit
diff options
context:
space:
mode:
Diffstat (limited to 'examples/zsh-completion/_dtas-sourceedit')
-rw-r--r--examples/zsh-completion/_dtas-sourceedit11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/zsh-completion/_dtas-sourceedit b/examples/zsh-completion/_dtas-sourceedit
new file mode 100644
index 0000000..56da661
--- /dev/null
+++ b/examples/zsh-completion/_dtas-sourceedit
@@ -0,0 +1,11 @@
+#compdef dtas-sourceedit
+
+# To the extent possible under law, James Rowe has waived all copyright and
+# related or neighboring rights to this example.
+
+_arguments \
+    "--no-watch[disable inotify support]" \
+    "--dry-run[only print commands, do not run them]" \
+    "--verbose[print out commands sent to change the source]" \
+    "--help[display help message]" \
+    ":select source:($(dtas-ctl source ls 2> /dev/null))"