Fix newlines in README

main
~erin 2023-03-21 17:43:42 -04:00
parent 21761e33f3
commit b08fc89ff5
Signed by: erin
GPG Key ID: 9A8E308CEFA37A47
1 changed files with 9 additions and 0 deletions

View File

@ -9,15 +9,24 @@ A simple `TUI` and commandline client for `mpd`.
## API (WIP) ## API (WIP)
### Commandline Options ### Commandline Options
`--help` - Print help options `--help` - Print help options
`-p/--port` - Specify MPD port `-p/--port` - Specify MPD port
`-h/--host` - Specify MPD host `-h/--host` - Specify MPD host
`-c/--config` - Use a specific configuration file `-c/--config` - Use a specific configuration file
`-v/--version` - Print version information `-v/--version` - Print version information
`-j/--json` - Output in JSON format `-j/--json` - Output in JSON format
### Subcommands ### Subcommands
`stop` - Stop playing `stop` - Stop playing
`play` - Start/resume playing `play` - Start/resume playing
`pause` - Pause playing `pause` - Pause playing
`queue` - Print off queue `queue` - Print off queue
`info` - Print current song information `info` - Print current song information