click-contrib / sphinx-click

A Sphinx plugin to automatically document click-based applications
MIT License
212 stars 57 forks source link

fix behavior of show_default with context_settings #115

Closed u-shiori closed 3 months ago

u-shiori commented 1 year ago

Closes #114

Core change

In _get_help_record function, added an argument ctx and added a variable show_default.

This is almost the same implementation as click's _get_help_record function

stephenfin commented 1 year ago

Looks like you also need to run the linters. tox -e style should do the trick.

stephenfin commented 3 months ago

No activity on this for some time. This is now being addressed in #131.