Skip to content

Commit

Permalink
#25: Redo linting to reflect new commands
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Sep 27, 2021
1 parent 10f7673 commit eddf756
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cli/commands/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
}
Expand Down

0 comments on commit eddf756

Please # to comment.