cli arguments

This commit is contained in:
2024-03-06 14:31:53 -05:00
parent bce8f1e4b8
commit e4be0fb471
2 changed files with 7 additions and 4 deletions

View File

@@ -10,4 +10,8 @@ pub struct Args {
/// show current config file
#[arg(short = 'C', long)]
pub current_config: bool,
/// veiw previous day's notes
#[arg(short = 'p', long, default_value_t = 0)]
pub previous: u16,
}