v13.0.0-0
Added
- style routines like
styleTitle()to add color to help using.configureHelp()or Help subclass (#2251) - color related support in
.configureOutput()forgetOutHasColors(),getErrHasColors(), andstripColor()(#2251) - Help property for
minWidthToWrap(#2251) - Help methods for
displayWidth(),boxWrap(),preformatted()et al (#2251)
Changed
- Breaking: excess command-arguments cause an error by default, see migration tips (#2223)
- Breaking: throw during Option construction for unsupported option flags, like multiple characters after single
-(#2270) - TypeScript: include implicit
thisin parameters for action handler callback (#2197)
Deleted
- Breaking:
Help.wrap()refactored intoformatItem()andboxWrap()(#2251)