mirror of
https://github.com/YGGverse/btracker-gemini.git
synced 2026-04-01 01:25:31 +00:00
rename date to format_date
This commit is contained in:
parent
09dba402cd
commit
e8e2369564
2 changed files with 3 additions and 3 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue