Skip to content

Commit 2ae3ddf

Browse files
committed
Update cli.js
1 parent feb1fd7 commit 2ae3ddf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli.js

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ var fs = require('fs');
55
var argv = require('yargs')
66
.usage('Usage: $0 --output|-o output.html --input|-i input.html [--config|-c config.json]')
77
.example('posthtml -o output.html -i input.html', 'Default example')
8-
.demand(['o', 'i'])
98
.alias('i', 'input')
109
.alias('o', 'output')
1110
.pkgConf('posthtml')

0 commit comments

Comments
 (0)