From d226584a4ca19217cd613af7ac41a0c0bd70ad9e Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 16 Sep 2021 16:08:29 +0900 Subject: [PATCH] Update README.md with usage --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 7731124..b9c6166 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,24 @@ A Rust program that displays info about the currently running MPD server. The window shows albumart (embedded in the audio file), a "time-remaining" counter, and the filename currently being played +# Usage + + mpd_info_screen 0.1.0 + + USAGE: + mpd_info_screen [OPTIONS] [port] + + FLAGS: + -h, --help Prints help information + -V, --version Prints version information + + OPTIONS: + -p + + ARGS: + + [default: 6600] + # Issues / TODO [ ] UTF-8 Non-ascii font support