update default file name

This commit is contained in:
postscriptum 2025-07-01 21:25:32 +03:00
parent dfb4f8b3a8
commit 1c9b3621e6
3 changed files with 7 additions and 3 deletions

View file

@ -30,7 +30,7 @@ pub struct Config {
/// Post filenames format
///
/// * escaped with `%%`
#[arg(long, default_value_t = String::from("%H:%M:%S.txt"))]
#[arg(long, default_value_t = String::from("%H:%M:%S"))]
pub format_filename: String,
/// Post `{updated}` time format