Skip to content

Commit eddf756

Browse files
committed
#25: Redo linting to reflect new commands
1 parent 10f7673 commit eddf756

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cli/commands/install.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ class InstallCommand extends Command {
88
static examples = [];
99

1010
async run() {
11-
const {flags} = this.parse(InstallCommand);
12-
const name = flags.name || 'world';
1311
this.log('install plugin');
1412
}
1513
}

0 commit comments

Comments
 (0)