Skip to content

Commit

Permalink
Fixed zsh autocompletion for --query/-Q
Browse files Browse the repository at this point in the history
  • Loading branch information
TriMill authored and flyingmutant committed Jul 8, 2023
1 parent c0795e3 commit aa6286b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/_cmus
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ case $service in
'(--shuffle -S)'{--shuffle,-S}'[Toggle shuffle.]:' \
'(--volume -v)'{--volume,-V+}'[Change volume. See vol command in cmus(1).]:volume:_cmus_volume' \
'(--seek -k)'{--seek,-k+}'[Seek. See seek command in cmus(1).]:seek [+-]<num>[m/h]' \
'(--query -Q)'{--query,-q}'[Get player status (same as -C status).]:' \
'(--query -Q)'{--query,-Q}'[Get player status (same as -C status).]:' \
'(--library -l)'{--library,-l+}'[Modify library instead of playlist.]:playlists/files/directories/URLs:_files' \
'(--playlist -P)'{--playlist,-P}'[Modify playlist (default).]::Playlist:_files' \
'(--queue -q)'{--queue,-q}'[Modify play queue instead of playlist.]:' \
Expand Down

0 comments on commit aa6286b

Please sign in to comment.