diff --git a/cli/commands/install.js b/cli/commands/install.js index c287ea2..b60a556 100644 --- a/cli/commands/install.js +++ b/cli/commands/install.js @@ -8,8 +8,6 @@ class InstallCommand extends Command { static examples = []; async run() { - const {flags} = this.parse(InstallCommand); - const name = flags.name || 'world'; this.log('install plugin'); } }