Skip to content

v7.0.0-1

Compare
Choose a tag to compare
@shadowspawn shadowspawn released this 21 Nov 21:33
· 355 commits to master since this release
e1a6cf4

Added

  • .createOption() to support subclassing of automatically created options (like .createCommand()) (#1380)
  • .configureOutput() to modify use of stdout and stderr or customise display of errors (#1387)

Breaking changes relative to 7.0.0-0

  • rework new Help.wrap() for simpler usage pattern (#1395)
  • rename new "columns" properties (#1396)
    • Help.columns -> helpWidth
    • getOutColumns() -> getOutHelpWidth()
    • getErrColumns() -> getErrHelpWidth()