Compare commits
2 Commits
2a979cd98f
...
7772545eb0
| Author | SHA1 | Date |
|---|---|---|
|
|
7772545eb0 | |
|
|
51a9ebaa7c |
|
|
@ -16,7 +16,7 @@ use std::iter;
|
||||||
#[derive(Parser, Debug)]
|
#[derive(Parser, Debug)]
|
||||||
#[command(version, about, long_about = None)]
|
#[command(version, about, long_about = None)]
|
||||||
pub struct Args {
|
pub struct Args {
|
||||||
#[arg(short, long)]
|
#[arg(short = 'z', long)]
|
||||||
pub timezone: Vec<String>,
|
pub timezone: Vec<String>,
|
||||||
|
|
||||||
#[arg(short, long)]
|
#[arg(short, long)]
|
||||||
|
|
@ -32,6 +32,7 @@ pub struct Args {
|
||||||
#[arg(long)]
|
#[arg(long)]
|
||||||
pub list: bool,
|
pub list: bool,
|
||||||
|
|
||||||
|
#[arg(short, long)]
|
||||||
pub time: Option<String>,
|
pub time: Option<String>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue