View Source Changelog

version-2-0-0

Version 2.0.0

  • renamed argparse module to args, to avoid name clash with OTP 26

version-1-2-4

Version 1.2.4:

  • minor spec fixes

version-1-2-3

Version 1.2.3:

  • implemented global default
  • minor bugfixes

version-1-2-1

Version 1.2.1:

  • minor bugfixes, support for choices of atoms

version-1-2-0

Version 1.2.0:

  • CLI incompatible change: cli:run/1,2 by default now calls halt(1) in case of a parser error
  • bugfixes

version-1-1-3

Version 1.1.3:

  • added help => hidden for commands and options
  • changed default formatting for better readability
  • fixed bug causing nargs => all to be ignored

version-1-1-2

Version 1.1.2:

  • support for "--arg=value" form

version-1-1-1

Version 1.1.1:

  • added templates for help text

version-1-1-0

Version 1.1.0:

  • Handler support for minimal CLI
  • cli/1 optional behaviour callback deprecated
  • Ability to provide progname as an atom

version-1-0-2

Version 1.0.2:

  • Improved documentation
  • Validation run for CLI commands

version-1-0-0

Version 1.0.0:

  • First public release

Version 0.1.0:

  • First usable version (API is unstable yet)