mirror of
https://github.com/YGGverse/btracker-gemini.git
synced 2026-04-01 09:35:32 +00:00
add description argument option
This commit is contained in:
parent
e8e2369564
commit
0e79c21da6
2 changed files with 9 additions and 0 deletions
|
|
@ -12,6 +12,10 @@ pub struct Config {
|
|||
#[arg(short, long, default_value_t = String::from("βtracker"))]
|
||||
pub name: String,
|
||||
|
||||
/// Server description
|
||||
#[arg(short, long)]
|
||||
pub description: Option<String>,
|
||||
|
||||
/// Date format
|
||||
#[arg(short, long, default_value_t = String::from("%Y/%m/%d"))]
|
||||
pub format_date: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue