FPGAwars / apio

:seedling: Open source ecosystem for open FPGA boards
https://github.com/FPGAwars/apio/wiki
GNU General Public License v2.0
772 stars 131 forks source link

Added the alias -h to the existing --help flag. #355

Closed zapta closed 4 months ago

zapta commented 4 months ago

This PR adds to the alias -h to the --help flag. No other change in behavior. This will help the exploration of apio's commands.

Based on the documentation here. https://click.palletsprojects.com/en/8.1.x/documentation/#help-parameter-customization

A single global change is not available per this issue. https://github.com/pallets/click/issues/2132