Skip to content

Commit

Permalink
smallest change to remove unused optimist usage (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
bornskilled200 authored and piuccio committed Feb 22, 2019
1 parent 3197f84 commit 4417b3a
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 @@ -59,7 +59,7 @@ index(argv, argv._[0], argv._[1])
process.stdout.write(output + "\n");
})
.catch(function (error) {
require("optimist").showHelp();
require('yargs').showHelp();
console.error('\n', error.message);
process.exit(1);
});

0 comments on commit 4417b3a

Please sign in to comment.