update to -

This commit is contained in:
Love 2025-01-09 15:45:55 +01:00
parent c381ed2a79
commit 52377e9988

View File

@ -46,7 +46,7 @@ pub struct Cli {
pub max_decimals: u8, pub max_decimals: u8,
/// Amount of data /// Amount of data
#[arg(default_value_t = ShowDays::Days(1), long="show_days", short='s')] #[arg(default_value_t = ShowDays::Days(1), long="show-days", short='s')]
pub show_days: ShowDays, pub show_days: ShowDays,
} }