FPGAwars / apio

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

Made the help text of the top apio command explicit. #403

Closed zapta closed 2 months ago

zapta commented 2 months ago

The help text of the top apio command node was defined implicitly as the function docstring. This change moves it to a more explicit location and also adds a link to the online documentation.

May do the same for the other commands in follow up commits.