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 78cc154 commit 32425e6Copy full SHA for 32425e6
lib/cli.js
@@ -72,7 +72,9 @@ cli.run = function() {
72
yargs.commandDir('commands')
73
.completion()
74
.help('h')
75
+ .alias('h', 'help')
76
.version(false)
77
+ .epilog('Seek more help at https://skygragon.github.io/leetcode-cli/commands')
78
.wrap(Math.min(yargs.terminalWidth(), 120))
79
.argv;
80
};
0 commit comments