Commander.js v2.4.0 Release Notes

Release Date: 2014-10-17 // over 9 years ago
    • fixed a bug on executing the coercion function of subcommands option. Closes #270
    • added Command.prototype.name to retrieve command name. Closes #264 #266 @tonylukasavage
    • added Command.prototype.opts to retrieve all the options as a simple object of key-value pairs. Closes #262 @tonylukasavage
    • fixed a bug on subcommand name. Closes #248 @jonathandelgado
    • fixed function normalize doesn’t honor option terminator. Closes #216 @abbr