We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb1fd7 commit 2ae3ddfCopy full SHA for 2ae3ddf
cli.js
@@ -5,7 +5,6 @@ var fs = require('fs');
5
var argv = require('yargs')
6
.usage('Usage: $0 --output|-o output.html --input|-i input.html [--config|-c config.json]')
7
.example('posthtml -o output.html -i input.html', 'Default example')
8
- .demand(['o', 'i'])
9
.alias('i', 'input')
10
.alias('o', 'output')
11
.pkgConf('posthtml')
0 commit comments