There was an error while loading. Please reload this page.
1 parent 4e9d9df commit 7ec2967Copy full SHA for 7ec2967
1 file changed
eask
@@ -3,8 +3,9 @@
3
const yargs = require("yargs");
4
5
yargs
6
- .usage("Usage: $0 <command> [options..]")
7
- .commandDir("cmds")
+ .usage('Usage: eask <command> [options..]')
+ .scriptName('')
8
+ .commandDir('cmds')
9
.showHelpOnFail(true)
10
.help(
11
'help',
0 commit comments