about summary refs log tree commit diff
path: root/Completion/BSD/Command/_cu
blob: bdd579519393bd8fb72a1ff0c2ee7f00649e12d2 (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:(75 110 300 1200 2400 4800 9600 19200 38400 57600 115200)' \
  '(-*)1:host:'