Compare commits

..

No commits in common. "d62fd468ffd04fe2f1e551d42f7e782df42368ea" and "3056e4fa36a9b5d5aaec08eddfed385df1b8651a" have entirely different histories.

View file

@ -78,8 +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
#[cfg(feature = "sound")] #[clap(short, long)]
#[clap(short, long, default_value_t = true)]
pub sound: bool, pub sound: bool,
// internal variables // internal variables