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 950baf3 commit f0910edCopy full SHA for f0910ed
src/main.js
@@ -135,9 +135,6 @@ var argv = yargs.usage('Usage: diff2html [options] -- [diff args]')
135
.example('diff2html -i file -- my-file-diff.diff', 'reading the input from a file')
136
.example('diff2html -f json -o stdout -- -M HEAD~1', 'print json format to stdout')
137
.example('diff2html -F my-pretty-diff.html -- -M HEAD~1', 'print to file')
138
- .version(function() {
139
- return require('../package').version;
140
- })
141
.help('h')
142
.alias('h', 'help')
143
.epilog('© 2014-' + currentYear + ' rtfpessoa\n' +
0 commit comments