mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-23 17:01:05 +02:00
8 lines
237 B
Text
8 lines
237 B
Text
#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'
|