about summary refs log tree commit homepage
path: root/examples/zsh-completion/_dtas-enq
diff options
context:
space:
mode:
Diffstat (limited to 'examples/zsh-completion/_dtas-enq')
-rw-r--r--examples/zsh-completion/_dtas-enq7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/zsh-completion/_dtas-enq b/examples/zsh-completion/_dtas-enq
new file mode 100644
index 0000000..a8f9c3f
--- /dev/null
+++ b/examples/zsh-completion/_dtas-enq
@@ -0,0 +1,7 @@
+#compdef dtas-enq
+
+# To the extent possible under law, James Rowe has waived all copyright and
+# related or neighboring rights to this example.
+
+_arguments \
+    "*:select file:_files"