1
Fork 0

Re-add the CLI usage section.

This commit is contained in:
Bauke 2022-09-23 14:33:07 +02:00
parent d260e44120
commit 62a402887c
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 20 additions and 0 deletions

View File

@ -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 <APPID> A game's AppID, can be used multiple times
-h, --help Print help information
--opml Output the feeds as OPML
-t, --timeout <TIMEOUT> The time in milliseconds to sleep between HTTP requests [default:
250]
--url <URL> A game's store URL, can be used multiple times
--user <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.