1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-06-12 07:28:04 +02:00

37550: _cu: Support Linux line-device names; fail gracefully on OSes matching no known line-device name pattern.

This commit is contained in:
Daniel Shahaf 2016-01-11 17:46:08 +00:00
parent 5731581c4c
commit 152875ba03
2 changed files with 7 additions and 1 deletions
ChangeLog
Completion/BSD/Command

View file

@ -1,3 +1,9 @@
2016-01-13 Daniel Shahaf <d.s@daniel.shahaf.name>
* 37550: Completion/BSD/Command/_cu: _cu: Support Linux
line-device names; fail gracefully on OSes matching no known
line-device name pattern.
2016-01-10 Daniel Shahaf <d.s@daniel.shahaf.name>
* 37551: Src/builtin.c: Include the builtin's name in a "bad

View file

@ -2,6 +2,6 @@
_arguments -s -A '-*' \
'-d[do not block waiting for a carrier to be detected]' \
'-l[line to use]:line:(/dev/cuaU#<->(%))' \
'-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:'