blob: 8c0d1efef287c7a486372e8ab3d01df6c0bd6923 (
plain) (
blame)
1
2
3
4
5
6
7
|
#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' \
'(-*)1:host:'
|