Revert "add error NoGroupFilesInArguments"

This partially reverts commit a4c900c9a7.

TODO.md is unaffected by this.
This commit is contained in:
steven-omaha
2023-02-22 14:20:09 +01:00
parent a7a001d953
commit 5148cca267
4 changed files with 4 additions and 15 deletions
+1 -2
View File
@@ -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");