add pacdef clean

This commit is contained in:
Dr. Matthias Ratajczak
2023-01-05 15:53:50 +01:00
parent 7652e9a6be
commit c4849b1f4c
6 changed files with 34 additions and 3 deletions
+1
View File
@@ -8,6 +8,7 @@ fn get_arg_parser() -> Command<'static> {
.version("1.0.0-alpha")
.subcommand_required(true)
.arg_required_else_help(true)
.subcommand(Command::new(CLEAN).about("remove unmanaged packages"))
.subcommand(
Command::new(EDIT)
.about("edit one or more existing group files")