Define recursively -h/--help short help (#419)
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).