Commander.js v2.8.0 Release Notes

Release Date: 2015-04-07 // about 9 years ago
    • Add process.execArg support, execution args like --harmony will be passed to sub-commands #387 @DigitalIO @zhiyelee
    • Fix bug in Git-style sub-commands #372 @zhiyelee
    • Allow commands to be hidden from help #383 @tonylukasavage
    • When git-style sub-commands are in use, yet none are called, display help #382 @claylo
    • Add ability to specify arguments syntax for top-level command #258 @rrthomas
    • Support multiline descriptions #208 @zxqfox