Ethan Sanders
Ethan Sanders
It is possible to use the os module to get the current working directory with `os.getcwd()`. `os.path.join()` can be used to go down a directory tree. Documentation on this can...
What tests would you recommend adding?
Added a test. Would you consider merging this?
I just implemented the suggestions you mention here @theskumar.
Concerningly, tests are failing as the generate_sample command cannot be found when running the tests with the error `Error: No such command 'generate_sample'.` As such, none of the tests are...
While this is probably more an issue of IPython, it should be considered.
I'll work on this soon.
I just made a function that does this, but I still have to incorporate it into the cli. Will do it tonight.
Is there a reason that geckolib wouldn't work for the purpose of using json files?