1
Fork 0

Version 0.2.0!

This commit is contained in:
Bauke 2022-09-22 21:20:04 +02:00
parent 5e82d2ef38
commit 166a8c9996
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
3 changed files with 6 additions and 2 deletions

2
Cargo.lock generated
View File

@ -538,7 +538,7 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "steam-rss"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"clap",
"color-eyre",

View File

@ -3,7 +3,7 @@ name = "steam-rss"
description = "Get RSS feeds for Steam games."
repository = "https://git.bauke.xyz/Bauke/steam-rss"
license = "AGPL-3.0-or-later"
version = "0.1.0"
version = "0.2.0"
authors = ["Bauke <me@bauke.xyz>"]
edition = "2021"

View File

@ -13,8 +13,12 @@ USAGE:
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