s <id> g now also works

This commit is contained in:
dusk 2025-11-23 11:07:41 +00:00
parent 40febd4288
commit 5c2c2dceff
No known key found for this signature in database

View file

@ -291,7 +291,7 @@ pub fn edit() -> impl Iterator<Item = Command> {
.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"),