utility: add purge alias for clean command

This commit is contained in:
CleverSource 2020-05-29 18:33:22 -04:00
parent 213db4d168
commit 3f281ee454

View file

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