Skip to content

Define recursively -h/--help short help (#419)

Moul requested to merge 419_short_help into main

Using context ctx.help_option_names https://click.palletsprojects.com/en/8.1.x/api/#context

Have to keep top level @click.help_option("-h", "--help") otherwise it’s not define since the context is not yet initialized

Close #419 (closed).

Merge request reports