From b08fc89ff5a637e729ced70706897c81583b4954 Mon Sep 17 00:00:00 2001 From: Erin Abicht Date: Tue, 21 Mar 2023 17:43:42 -0400 Subject: [PATCH] Fix newlines in README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 588f131..fd0de0b 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,24 @@ A simple `TUI` and commandline client for `mpd`. ## API (WIP) ### Commandline Options `--help` - Print help options + `-p/--port` - Specify MPD port + `-h/--host` - Specify MPD host + `-c/--config` - Use a specific configuration file + `-v/--version` - Print version information + `-j/--json` - Output in JSON format ### Subcommands `stop` - Stop playing + `play` - Start/resume playing + `pause` - Pause playing + `queue` - Print off queue + `info` - Print current song information