Revert "add error NoGroupFilesInArguments"
This partially reverts commit a4c900c9a7.
TODO.md is unaffected by this.
This commit is contained in:
@@ -45,8 +45,7 @@ fn get_group_cmd() -> Command {
|
||||
.short('e')
|
||||
.long("edit")
|
||||
.help("edit the new group files after creation")
|
||||
.action(clap::ArgAction::SetTrue)
|
||||
.num_args(0),
|
||||
.action(clap::ArgAction::SetTrue),
|
||||
)
|
||||
.arg(Arg::new("groups").num_args(1..).required(true))
|
||||
.visible_alias("n");
|
||||
|
||||
Reference in New Issue
Block a user