forked from danmax/r34-scraper
merge master & misc feats
This commit is contained in:
@@ -10,7 +10,11 @@ pub struct Args {
|
||||
)]
|
||||
pub user_agent: String,
|
||||
|
||||
// Tags to search for
|
||||
/// Tags to search for
|
||||
#[arg(short, long)]
|
||||
pub tags: Option<Vec<String>>,
|
||||
|
||||
/// Async jobs to use for fetching
|
||||
#[arg(short, long, default_value = "4")]
|
||||
pub jobs: usize
|
||||
}
|
||||
|
Reference in New Issue
Block a user