Skip to content

Commit

Permalink
Format usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
ron.record committed May 16, 2024
1 parent 6a6a519 commit d6e4f4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions bin/roon
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ usage() {
rich " [cyan]-T[/] [yellow]track[/] specifies a track to play" --print
rich " [cyan]-t[/] [yellow]tag[/] selects an tag to play" --print
rich " [cyan]-z[/] [yellow]zone[/] selects the Roon Zone in which to play" --print
rich " [cyan]-c[/] [yellow]\[group|ungroup|play|play_all|pause|pause_all|playpause|[/]" --print
rich " [yellow]stop|stop_all|next|previous|shuffle|unshuffle|repeat|unrepeat|mute|mute_all][/]" --print
rich " [cyan]-c[/] [yellow]\[group|ungroup|play|play_all|pause|pause_all|playpause|stop|stop_all|[/]" --print
rich " [yellow]next|previous|shuffle|unshuffle|repeat|unrepeat|mute|mute_all][/]" --print
rich " issues the command in the selected zone" --print
rich " '[italic green]roon -c mute[/]' toggles the zone's muted or unmuted state" --print
rich " '[italic green]roon -c mute_all[/]' toggles all zones' muted or unmuted state" --print
Expand Down Expand Up @@ -176,8 +176,8 @@ usage() {
printf "\n\t-T track specifies a track to play"
printf "\n\t-t tag selects an tag to play"
printf "\n\t-z zone selects the Roon Zone in which to play"
printf "\n\t-c [group|ungroup|play|play_all|pause|pause_all|playpause|"
printf "\n\t stop|stop_all|next|previous|shuffle|unshuffle|repeat|unrepeat|mute|mute_all]"
printf "\n\t-c [group|ungroup|play|play_all|pause|pause_all|playpause|stop|stop_all|"
printf "\n\t next|previous|shuffle|unshuffle|repeat|unrepeat|mute|mute_all]"
printf "\n\t issues the command in the selected zone"
printf "\n\t 'mute' toggles the zone's muted or unmuted state"
printf "\n\t 'mute_all' toggles all zones' muted or unmuted state"
Expand Down
1 change: 0 additions & 1 deletion browse-artifacts.txt

This file was deleted.

0 comments on commit d6e4f4f

Please sign in to comment.