mediumroast / mediumroast_py

Mediumroast for GitHub API/SDK
https://www.mediumroast.io/product.html
Apache License 2.0
0 stars 0 forks source link

Alpha clis #2

Closed miha42-github closed 2 years ago

miha42-github commented 2 years ago

Created a new structure for CLIs that enables a subclassing of the base_cli.py module. This has the effect of making the CLIs far simpler to create and understand. It also ensures consistency and minimized coding efforts to create a CLI instance.

While there are still some adjustments in the CLIs and REST APIs for the backend, the system is workable enough for now to move on.