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:
parent
ff219a164b
commit
ed67f47a6a
1 changed files with 1 additions and 1 deletions
|
@ -728,7 +728,7 @@ export class UtilityPlugin extends ZeppelinPlugin<TConfigSchema> {
|
|||
}
|
||||
|
||||
@d.command("clean", "<count:number>", {
|
||||
aliases: ["purge"],
|
||||
aliases: ["purge", "prune"],
|
||||
options: [
|
||||
{
|
||||
name: "user",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue