diff options
Diffstat (limited to 'src/cli.rs')
-rw-r--r-- | src/cli.rs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -51,6 +51,10 @@ pub enum Commands { #[arg(short='n', long)] filter_note: Option<Vec<String>>, + /// Filter registers by month + #[arg(short='m', long)] + month: Option<String>, + }, /// Add, update or remove an agent |