FPGAwars / apio

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

Added a flag exclusivity check to the apio system command. #414

Closed zapta closed 2 months ago

zapta commented 2 months ago

The apio system command now exits with an error code if more than one flag is specified. Before this change, it processed one flag, not necessarily the first specified, and silently ignored the rest.

Edit: I created another commit and it was added automatically to this pull request. It makes the existing --verbose flag fo the apio verify command functional.