aboutsummaryrefslogtreecommitdiff
path: root/src/cli.rs
diff options
context:
space:
mode:
authorjvech <jmvalenciae@unal.edu.co>2024-08-13 21:53:20 -0500
committerjvech <jmvalenciae@unal.edu.co>2024-08-13 21:53:20 -0500
commitc9b99b6f3e52f818f80851247b3a55403329dfad (patch)
tree210d110f0e518546160ca9a96f1029abffeeb0f4 /src/cli.rs
parentb0a48708ff1f414d27d41a801d675be36485c7b0 (diff)
feat: month filter addedHEADmain
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