aboutsummaryrefslogtreecommitdiff
path: root/src/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs4
1 files changed, 4 insertions, 0 deletions
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<Vec<String>>,
+ /// Filter registers by month
+ #[arg(short='m', long)]
+ month: Option<String>,
+
},
/// Add, update or remove an agent
Feel free to download, copy and edit any repo