diff --git a/bin/cli.js b/bin/cli.js index 27e72935..d8f14cd7 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -10,6 +10,9 @@ const ora = require('ora'); const chalk = require('chalk'); const startTime = Date.now(); +// Revert https://github.com/tj/commander.js/pull/1409 +program.storeOptionsAsProperties(); + program .version(version) .usage('[options] ')