mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
add l alias for list, ls in pk;group list
This commit is contained in:
parent
25bf0d85d4
commit
81e0cebb8e
1 changed files with 2 additions and 1 deletions
|
|
@ -168,7 +168,8 @@ pub fn cmds() -> impl Iterator<Item = Command> {
|
||||||
.into_iter();
|
.into_iter();
|
||||||
|
|
||||||
let system_groups_cmd =
|
let system_groups_cmd =
|
||||||
once(command!(group, ("list", ["ls"]), search_param => "groups_self")).map(apply_list_opts);
|
once(command!(group, ("list", ["ls", "l"]), search_param => "groups_self"))
|
||||||
|
.map(apply_list_opts);
|
||||||
|
|
||||||
system_groups_cmd
|
system_groups_cmd
|
||||||
.chain(group_new_cmd)
|
.chain(group_new_cmd)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue