generated from PlexSheep/rs-base
feat(notify): make sound be on by default #15
This commit is contained in:
parent
3056e4fa36
commit
daa764cb96
|
@ -78,7 +78,7 @@ pub struct Clock {
|
||||||
#[clap(short = 'u', long, value_parser = humantime::parse_duration)]
|
#[clap(short = 'u', long, value_parser = humantime::parse_duration)]
|
||||||
pub countdown: Option<std::time::Duration>,
|
pub countdown: Option<std::time::Duration>,
|
||||||
/// Play a notification sound when the countdown is up
|
/// Play a notification sound when the countdown is up
|
||||||
#[clap(short, long)]
|
#[clap(short, long, default_value_t = true)]
|
||||||
pub sound: bool,
|
pub sound: bool,
|
||||||
|
|
||||||
// internal variables
|
// internal variables
|
||||||
|
|
Reference in New Issue