1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-03 10:21:46 +02:00
zsh/Completion/BSD/Command/_cu
2016-05-09 03:40:31 +02:00

7 lines
230 B
Text

#compdef cu
_arguments -s -A '-*' \
'-d[do not block waiting for a carrier to be detected]' \
'-l[line to use]:line:(/dev/(cuaU#<->|ttyS<->)(N%c))' \
'-s[line speed]:line speed:_baudrates -d "line speed"' \
'(-*)1:host:'