generated from PlexSheep/rs-base
Compare commits
No commits in common. "d62fd468ffd04fe2f1e551d42f7e782df42368ea" and "3056e4fa36a9b5d5aaec08eddfed385df1b8651a" have entirely different histories.
d62fd468ff
...
3056e4fa36
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue