mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
fix(cli): 🐛 Remove plugin-help from oclif as it was causing bundling errors
This commit is contained in:
parent
19c14ef3fc
commit
47c88dd7dd
4 changed files with 5 additions and 3 deletions
|
|
@ -38,6 +38,8 @@ export default class EmojiAdd extends BaseCommand<typeof EmojiAdd> {
|
|||
this.exit(1);
|
||||
}
|
||||
|
||||
this.log("Placeholder command, this command is not implemented yet.");
|
||||
|
||||
/* if (!user) {
|
||||
this.log(
|
||||
`${chalk.red("✗")} Failed to create user ${chalk.red(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue