mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
rename argument torrents_path to storage, infohash_source to infohash_file (reserve namespace for the URL sources)
This commit is contained in:
parent
525a487806
commit
29816f80ef
3 changed files with 16 additions and 16 deletions
|
|
@ -14,15 +14,15 @@ pub struct Argument {
|
|||
#[arg(short, long, default_value_t = false)]
|
||||
pub clear: bool,
|
||||
|
||||
/// Filepath(s) to the Aquatic tracker info-hash JSON/API
|
||||
/// Absolute filename(s) to the Aquatic tracker info-hash JSON/API
|
||||
///
|
||||
/// * PR#233 feature
|
||||
#[arg(short, long)]
|
||||
pub infohash_source: Vec<String>,
|
||||
|
||||
/// Directory path to store the `.torrent` files
|
||||
#[arg(long)]
|
||||
pub torrents_path: Option<String>,
|
||||
pub infohash_file: Vec<String>,
|
||||
|
||||
/// Directory path to store reload data (e.g. `.torrent` files)
|
||||
#[arg(long)]
|
||||
pub storage: Option<String>,
|
||||
|
||||
/// Define custom tracker(s) to preload the `.torrent` files info
|
||||
#[arg(long)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue