1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-06 09:01:13 +02:00
zsh/Completion/Unix/Command/_cplay
2005-11-06 04:24:07 +00:00

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'