remove stats option

This commit is contained in:
yggverse 2025-08-05 19:40:06 +03:00
parent a4ce8e29d5
commit 5c167f4852
3 changed files with 0 additions and 7 deletions

View file

@ -32,10 +32,6 @@ pub struct Config {
#[arg(long)]
pub link: Option<Url>,
/// Optional reference to the [Aquatic](https://github.com/greatest-ape/aquatic) stats page
#[arg(long)]
pub stats: Option<Url>,
/// Display following tracker(s) in the header, append also to the magnet links
#[arg(long)]
pub tracker: Option<Vec<Url>>,