Click Option Group Versions Save

Option groups missing in Click

v0.5.6

11 months ago
  • Add optgroup.help_option decorator to add help option to the group (PR #50)
  • Use GitHub Actions instead of Travis CI for CI
  • Delete tox runner
  • Add Python 3.11 to the setup classifiers

v0.5.5

1 year ago
  • Add tests/ directory to tarball
  • Add tests_cov extra dependencies for testing with coverage

v0.5.4

1 year ago
  • Move frame gathering into error code path (PR #34)
  • Fix typos (PR #37)
  • PEP 561 support (PR #42)
  • Update docs dependencies and Travis CI Python version matrix (PR #43)

v0.5.3

3 years ago

Bump version of Click to <9

v0.5.2

3 years ago
  • Do not use default option group name. An empty group name will not be displayed
  • Slightly edited error messages
  • All arguments except name in optgroup decorator must be keyword-only

v0.5.1

3 years ago
  • Fix incompatibility with autocomplete: out of the box Click completion and click-repl (Issue #14)

v0.5.0

3 years ago
  • Add AllOptionGroup class: all options from the group must be set or none must be set (PR #13)
  • Fix type hints
  • Update docs

v0.4.0

4 years ago
  • Support multi-layer wrapped functions (PR #10)
  • Fix flake8 issues

v0.3.0

4 years ago
  • Add support for hidden options inside groups (#2)