1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-22 16:20:23 +02:00

21987: completion for cplay.

This commit is contained in:
Clint Adams 2005-11-06 04:24:07 +00:00
parent 870d3f39b3
commit efe48cacd4
2 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-11-05 Clint Adams <clint@zsh.org>
* 21987: Completion/Unix/Command/_cplay: completion for
cplay.
2005-11-04 Peter Stephenson <pws@csr.com>
* users/9618 modified as suggested in users/9621: Doc/Zsh/expn.yo,

View file

@ -0,0 +1,8 @@
#compdef cplay
_arguments -s \
'-n[enable restricted mode]' \
'-r[toggle playlist repeat mode]' \
'-R[toggle playlist random mode]' \
'-v[toggle PCM and MASTER volume control]' \
'*:playlist or directory or audio file:_files'