pass time as cli option instead of arg
This commit is contained in:
parent
51a9ebaa7c
commit
7772545eb0
|
|
@ -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