From 62a402887c223a6f033a2d9ae17462a0d85652ea Mon Sep 17 00:00:00 2001 From: Bauke Date: Fri, 23 Sep 2022 14:33:07 +0200 Subject: [PATCH] Re-add the CLI usage section. --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index acb7a3a..8c7f7b5 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,26 @@ cargo install steam-rss Precompiled `x86_64-unknown-linux-gnu` binaries are available on the [Releases page](https://git.bauke.xyz/Bauke/steam-rss/releases). +## Usage + +``` +USAGE: + steam-rss [OPTIONS] + +OPTIONS: + -a, --appid A game's AppID, can be used multiple times + -h, --help Print help information + --opml Output the feeds as OPML + -t, --timeout The time in milliseconds to sleep between HTTP requests [default: + 250] + --url A game's store URL, can be used multiple times + --user A person's steamcommunity.com ID or full URL, can be used multiple + times + -v, --verify Verify potential feeds by downloading them and checking if they + return XML + -V, --version Print version information +``` + ## Feedback Found a problem or want to request a new feature? Email [me@bauke.xyz](mailto:me@bauke.xyz) and I'll see what I can do for you.