fix: remove dbg statement
This commit is contained in:
@@ -61,7 +61,6 @@ fn get_edit(args: &clap::ArgMatches) -> Edit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn get_groups(args: &clap::ArgMatches) -> Groups {
|
fn get_groups(args: &clap::ArgMatches) -> Groups {
|
||||||
dbg!(&args);
|
|
||||||
Groups(
|
Groups(
|
||||||
args.get_many::<String>("groups")
|
args.get_many::<String>("groups")
|
||||||
.expect(ARGS_CONSISTENT)
|
.expect(ARGS_CONSISTENT)
|
||||||
|
|||||||
Reference in New Issue
Block a user