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 3de06d2 commit 9dd764aCopy full SHA for 9dd764a
utils/showHelp.js
@@ -1,5 +1,5 @@
1
-module.exports = async country => {
2
- if (country === "help") {
+module.exports = async input => {
+ if (input === "help") {
3
await cli.showHelp(0);
4
}
5
};
0 commit comments