about summary refs log tree commit diff
path: root/Completion/BSD/Command/_cu
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/BSD/Command/_cu')
-rw-r--r--Completion/BSD/Command/_cu7
1 files changed, 7 insertions, 0 deletions
diff --git a/Completion/BSD/Command/_cu b/Completion/BSD/Command/_cu
new file mode 100644
index 000000000..d4658e397
--- /dev/null
+++ b/Completion/BSD/Command/_cu
@@ -0,0 +1,7 @@
+#compdef cu
+
+_arguments -s -A '-*' \
+  '-d[do not block waiting for a carrier to be detected]' \
+  '-l[line to use]:line:(/dev/cuaU#<->(%))' \
+  '-s[line speed]:line speed:(75 110 300 1200 2400 4800 9600 19200 38400 57600 115200)' \
+  '(-*)1:host:'