feat(notify): make sound be on by default #15

This commit is contained in:
Christoph J. Scherr 2024-07-12 19:15:14 +02:00
parent 3056e4fa36
commit daa764cb96
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ pub struct Clock {
#[clap(short = 'u', long, value_parser = humantime::parse_duration)]
pub countdown: Option<std::time::Duration>,
/// Play a notification sound when the countdown is up
#[clap(short, long)]
#[clap(short, long, default_value_t = true)]
pub sound: bool,
// internal variables