Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusG committed Oct 8, 2019
1 parent aa8c6e0 commit a9c484e
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions completions/completions.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@ _playerctl_completions() {
local cur="${COMP_WORDS[$COMP_CWORD]}"
local prev="${COMP_WORDS[$COMP_CWORD - 1]}"
local root_words="
play
pause
play-pause
stop
next
previous
position
volume
status
metadata
open
loop
shuffle
-h --help
-p --player=
-a --all-players
-i --ignore-player=
-f --format
-F --follow
-l --list-all
-v --version"
play
pause
play-pause
stop
next
previous
position
volume
status
metadata
open
loop
shuffle
-h --help
-p --player=
-a --all-players
-i --ignore-player=
-f --format
-F --follow
-l --list-all
-v --version"

case $prev in
loop)
Expand Down

0 comments on commit a9c484e

Please sign in to comment.