start adding review

This commit is contained in:
timeshifter
2023-01-14 19:32:03 +01:00
parent e7b80b5bff
commit 45751665b0
9 changed files with 168 additions and 1 deletions
+1
View File
@@ -44,6 +44,7 @@ fn get_arg_parser() -> Command<'static> {
.arg_required_else_help(true)
.arg(Arg::new("groups").multiple_values(true)),
)
.subcommand(Command::new(REVIEW).about("review unmanaged packages"))
.subcommand(
Command::new(SEARCH)
.about("search for packages which match a provided string literal or regex")