Open sochotnicky opened 3 years ago
This adds a basic CLI utility that uses introspection to get all possible commands and enables running them from console.
It also provides way to specify complex JSON arguments if needed.
Fixes #46
FWIW, thankfully you have CI setup - I wrote the code with only Python 3 in mind. Fortunately the tweaks needed were minimal...
This adds a basic CLI utility that uses introspection to get all possible commands and enables running them from console.
It also provides way to specify complex JSON arguments if needed.
Fixes #46