enable fake_time parameter

This commit is contained in:
jb-alvarado 2023-09-29 08:56:16 +02:00
parent 4ea9eea237
commit dfe10bc9a0

View File

@ -27,8 +27,7 @@ pub struct Args {
)]
pub date: Option<String>,
#[cfg(debug_assertions)]
#[clap(long, help = "fake date time, for debugging")]
#[clap(long, help = "fake date time, only for debugging")]
pub fake_time: Option<String>,
#[clap(short, long, help = "Play folder content")]