ussserrr / stm32pio

Automate managing of STM32CubeMX + PlatformIO projects
https://pypi.org/project/stm32pio
Other
224 stars 24 forks source link

Synchronize CLI arguments parsing and processing #104

Open ussserrr opened 2 years ago

ussserrr commented 2 years ago

Currently, these operations are independent of each other and scattered around the code which can lead to potential inconsistencies. Actions and their options can be represented as classes with explicit links.