[nolist] add more aliases for permissionlist debug command

This commit is contained in:
ajgeiss0702
2023-06-17 11:55:59 -07:00
parent e61cf706f1
commit 429d8596d7
@@ -26,7 +26,7 @@ public class PermissionList extends SubCommand {
@Override
public ImmutableList<String> getAliases() {
return ImmutableList.of();
return ImmutableList.of("permissionslist", "listpermissions", "listpermission");
}
@Override