change timezone short opt '-t' to '-z'
This commit is contained in:
parent
2a979cd98f
commit
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)]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue