implement editing of files

This commit is contained in:
Dr. Matthias Ratajczak
2022-12-02 17:33:59 +01:00
parent b018ea8fbe
commit 533bc71223
3 changed files with 5 additions and 10 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ fn get_arg_parser() -> Command<'static> {
Command::new(EDIT)
.about("edit one or more existing group files")
.arg_required_else_help(true)
.arg(Arg::new("group")),
.arg(Arg::new("group").multiple_values(true)),
)
.subcommand(Command::new(GROUPS).about("show names of imported groups"))
.subcommand(Command::new(SYNC).about("install packages from all imported groups"))