merge master & misc feats

This commit is contained in:
2024-10-19 20:22:49 +02:00
6 changed files with 356 additions and 19 deletions

View File

@@ -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
}