pass time as cli option instead of arg

This commit is contained in:
Ondrej Novak 2026-02-19 22:06:05 +01:00
parent 51a9ebaa7c
commit 7772545eb0
1 changed files with 1 additions and 0 deletions

View File

@ -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>,
} }