Skip to content

Commit

Permalink
docs(readme): add new cli arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger committed Apr 5, 2020
1 parent bd35187 commit 34fdb62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,10 @@ The program will take a second or so to load data from MPD. This data is cached
| -m | --music-directory | Specifies the path to your music library | ~/Music |
| -c | --host | Specifies the MPD server host | localhost |
| -p | --port | Specifies the MPD server port | 6600 |
| | --play | Start playback on track add | None (uses config value) |
| | --noplay | Do not start playback on track add | None (uses config value) |
| -i | --case-sensitive | Enables case sensitivity | False |
| -r | --args | Space-separated command line arguments to be passed to Rofi | [] |
| -r | --args | Space-separated command line arguments to be passed to Rofi | [] |

## Configuration

Expand Down

0 comments on commit 34fdb62

Please sign in to comment.