Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

27 lines (16 loc) · 1.35 KB

New in 0.20.0 (Released 2018/11/05)

  • #56 Examples are not shown for default command

New in 0.19.0 (Released 2018/11/03)

  • #54 Completely remove references to System.ValueTuple

New in 0.18.0 (Released 2018/11/02)

  • #52 Remove dependency on System.ValueTuple package
  • #46 Add way of specifying examples for commands

New in 0.17.0 (Released 2018/10/09)

  • #43 Should allow "_" in long option names
  • #40 Support multiple long and short names for options

New in 0.16.0 (Released 2018/10/05)

  • #39 No suggestions for root command
  • #38 Default command not registered with type registrar

New in 0.15.0 (Released 2018/10/04)

  • #34 Allow relaxed option parsing
  • #17 Add suggestions when executing a non-existent command