diff --git a/crates/command_definitions/src/system.rs b/crates/command_definitions/src/system.rs index 6af66566..3d9e3d1e 100644 --- a/crates/command_definitions/src/system.rs +++ b/crates/command_definitions/src/system.rs @@ -291,7 +291,7 @@ pub fn edit() -> impl Iterator { .into_iter() .map(add_list_flags); - let system_groups = tokens!(system_target, ("groups", ["gs"])); + let system_groups = tokens!(system_target, group::group()); let system_groups_cmd = [ command!(system_groups => "system_list_groups"), command!(system_groups, list => "system_list_groups"),