mirror of
https://github.com/YGGverse/btracker.git
synced 2026-03-31 17:15:31 +00:00
init tera layout
This commit is contained in:
parent
0d155d6ef2
commit
8a32bdda63
6 changed files with 166 additions and 12 deletions
|
|
@ -32,6 +32,10 @@ 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>,
|
||||
|
||||
/// Appends following tracker(s) to the magnet links
|
||||
#[arg(long)]
|
||||
pub tracker: Option<Vec<Url>>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue