3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 15:45:03 +00:00

utility: also add prune as alias for clean command

This commit is contained in:
CleverSource 2020-05-29 19:11:26 -04:00
parent ff219a164b
commit ed67f47a6a

View file

@ -728,7 +728,7 @@ export class UtilityPlugin extends ZeppelinPlugin<TConfigSchema> {
} }
@d.command("clean", "<count:number>", { @d.command("clean", "<count:number>", {
aliases: ["purge"], aliases: ["purge", "prune"],
options: [ options: [
{ {
name: "user", name: "user",