Skip to content

Commit

Permalink
0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed Dec 9, 2015
1 parent 6cbad61 commit 279b616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function confirmOverwrite(fileName, callback) {
function main() {
// specify cli options
commander
.version('0.6.5')
.version('0.6.6')
.usage('[options] [input] [output]')
.option('-i, --inplace', 'Use single path as both input and output')
.option('-f, --force', 'Do not prompt to verify file overwrites');
Expand Down

0 comments on commit 279b616

Please sign in to comment.