Changes¶
2.2.0¶
Add pre-commit support
Misc formatting fixes
Add instruction to usage docs to enable extension (#45)
Change display format to pull options out of in line help text
Add click.Choice options to help text
Update sphinx supported version
2.1.0¶
Support and test Sphinx 2 and Python 3.7
2.0.1¶
Do not show hidden subcommands as valid command options
2.0.0¶
Misc formatting fixes
Remove use of ‘build_sphinx’
README: Add docs badge
Ignore hidden commands
Start testing Click 7.x, drop support for 5.x
Fix compatibility with Click 7.0
1.4.1¶
Use unique anchors for envvars
Log output
README: Add Travis badge
1.4.0¶
Use unique identifiers for envvars
travis: Update PyPI password
Add tests for disabled line rewrapping
Updated implementation of philipstarkey’s fix
Revert “tox: Start testing Python 3.7”
tox: Start testing Python 3.7
doc: Document how cross-referencing works
travis: Use travis to publish packages
tox: Add pypy testing
travis: Reformat file using travis linter
1.3.0¶
docs: Expand on what a “click object” is
Check type of object to document
trivial: Fix formatting issues
tox: Apply style changes
1.2.0¶
tests: Add tests for MultiCommand
Support lazyload commands
1.1.0¶
Use short_help if help is absent
trivial: style target for Tox
Improved code style using Yapf and ISort
travis: Add basic configuration
trivial: Fix broken pep8 target
Add :commands: option for click directive
1.0.4¶
Provide more context for import errors
1.0.3¶
Fix Sphinx 1.7 compatibility
Fix unicode from breaking module import
Add various _format_XXX functions
1.0.2¶
sorts the commands and subcommands
tox: Add ‘release’ target
1.0.1¶
docs: Add example for modifying ‘sys.path’
Handle commands without a docstring
README: Update usage example
1.0.0¶
Initial release
Basic project setup