From 5c2c2dceffebc73459de7c2283929d3c1008072b Mon Sep 17 00:00:00 2001 From: dusk Date: Sun, 23 Nov 2025 11:07:41 +0000 Subject: [PATCH] s g now also works --- crates/command_definitions/src/system.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"),