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