Commander.js v9.3.0 Release Notes
Release Date: 2022-05-28 // over 1 year ago-
➕ Added
.summary()
for a short summary to use instead of description when listing subcommands in help ([#1726])Option.implies()
to set other option values when the option is specified ([#1724])- ⚡️ updated Chinese README with 9.x changes ([#1727])
🛠 Fixed
- 0️⃣ TypeScript: add
string[]
to.options()
default value parameter type for use with variadic options ([#1721])
🗄 Deprecated
- multi-character short option flag (e.g.
-ws
) ([#1718])