We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f7673 commit eddf756Copy full SHA for eddf756
cli/commands/install.js
@@ -8,8 +8,6 @@ class InstallCommand extends Command {
8
static examples = [];
9
10
async run() {
11
- const {flags} = this.parse(InstallCommand);
12
- const name = flags.name || 'world';
13
this.log('install plugin');
14
}
15
0 commit comments