Skip to content

Change log

0.2.6

  • Final version of 0.2.x

0.2.5

  • Change API to camel_case style

0.2.4

  • Add lock for params.

0.2.3

  • Remove trailing " \" for final default statement.
  • Fix #5: Wrong wrapping indents
  • Allow empty hopts to disable help options.

0.2.2

  • Make the right color for long default values in option description.

0.2.1

  • Use lastest dependencies
  • Use lastest tagit

0.2.0

  • Change titile to be capitalized.
  • Fix selector if section is option type but with subcommands.
  • Add showonly option for completion generation.
  • Fix HelpAssembler.plain when msg has { or }.

0.1.8

  • Show right OPTIONAL name in requiredness check.
  • Add auto-recognition for bool option.

0.1.7

  • Fix prefix inconsistency in help page in command mode.

0.1.6

  • Add tests for completions
  • Fix #1, help command not printing subcommand help

0.1.4

  • Finish all documentations

0.1.3

  • Finish basic functions