rename date to format_date

This commit is contained in:
yggverse 2025-09-08 16:33:50 +03:00
parent 09dba402cd
commit e8e2369564
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ pub struct Config {
/// Date format
#[arg(short, long, default_value_t = String::from("%Y/%m/%d"))]
pub date: String,
pub format_date: String,
/// Tracker(s) to join / scrape requests
#[arg(short, long)]