From c9b99b6f3e52f818f80851247b3a55403329dfad Mon Sep 17 00:00:00 2001 From: jvech Date: Tue, 13 Aug 2024 21:53:20 -0500 Subject: feat: month filter added --- src/cli.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/cli.rs') diff --git a/src/cli.rs b/src/cli.rs index e862034..c4f0a37 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -51,6 +51,10 @@ pub enum Commands { #[arg(short='n', long)] filter_note: Option>, + /// Filter registers by month + #[arg(short='m', long)] + month: Option, + }, /// Add, update or remove an agent -- cgit v1.2.3-70-g09d2