I need to allow any parameters.
For any one else finding this via google.
Function was renamed to .allowUnknownOption()
.command('my-command') .allowUnknownOption() .option(...
https://github.com/tj/commander.js/pull/310
Most helpful comment
For any one else finding this via google.
Function was renamed to .allowUnknownOption()