We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentbb12d87 commit1b217b9Copy full SHA for 1b217b9
lib/commands/plugin.js
@@ -52,10 +52,10 @@ const cmd = {
52
.example(chalk.yellow('leetcode plugin company'),'Show company plugin')
53
.example(chalk.yellow('leetcode plugin company -c'),'Show config of company plugin')
54
.example('','')
55
-.example(chalk.yellow('leetcode plugin -i'),'Install all missing plugins fromGtiHub')
56
-.example(chalk.yellow('leetcode plugin -i company'),'Install company plugin fromGtiHub')
+.example(chalk.yellow('leetcode plugin -i'),'Install all missing plugins fromGitHub')
+.example(chalk.yellow('leetcode plugin -i company'),'Install company plugin fromGitHub')
57
.example(chalk.yellow('leetcode plugin -d company'),'Disable company plugin')
58
-.example(chalk.yellow('leetcode plugin -e company'),'Enablecomapny plugin')
+.example(chalk.yellow('leetcode plugin -e company'),'Enablecompany plugin')
59
.example(chalk.yellow('leetcode plugin -D company'),'Delete company plugin');
60
}
61
};