mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
s <id> g now also works
This commit is contained in:
parent
40febd4288
commit
5c2c2dceff
1 changed files with 1 additions and 1 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue