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 4226ba0 commit bba6549Copy full SHA for bba6549
src/main.ts
@@ -5,7 +5,8 @@ import cli from './cli';
5
6
const argv = yargs(hideBin(process.argv))
7
.scriptName('count')
8
- .usage('$0 [args]')
+ .usage('$0 [FILE]...')
9
+ .example('$0 foo.ts bar.ts', 'count chars in files')
10
.demand(1)
11
.help().argv;
12
0 commit comments