diff options
author | jvech <jmvalenciae@unal.edu.co> | 2024-07-29 07:54:47 -0500 |
---|---|---|
committer | jvech <jmvalenciae@unal.edu.co> | 2024-07-29 07:54:47 -0500 |
commit | b0a48708ff1f414d27d41a801d675be36485c7b0 (patch) | |
tree | a43a65a6773f25b7042f622bdd0f2d10bdd54648 /src/cli.rs | |
parent | 18d46f7a8550fd0773df6ca838a0caf6f4b657c4 (diff) |
add: multiple comment filtering added
Diffstat (limited to 'src/cli.rs')
-rw-r--r-- | src/cli.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ pub enum Commands { /// Filter registers by note (sql match syntax) #[arg(short='n', long)] - filter_note: Option<String>, + filter_note: Option<Vec<String>>, }, |