implement editing of files
This commit is contained in:
+1
-1
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user