From f3e08983e4b370f3b214958fad4821a8a6dbb048 Mon Sep 17 00:00:00 2001 From: Mike Pirog Date: Mon, 27 Sep 2021 10:45:16 -0400 Subject: [PATCH] #25: Redo linting to reflect new commands --- cli/commands/install.js | 2 -- 1 file changed, 2 deletions(-) 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'); } }