This PR covers #27 where I am working to resolve how the command line tool is done.
My current thinking is using commander with an injected shelljs, so you get a command and argument, then the ability to pass options - however it's not without it's own issues.
Attempting to make this dynamic loading from both the main application, and loading local plugins available in environments.
This PR covers #27 where I am working to resolve how the command line tool is done.
My current thinking is using commander with an injected shelljs, so you get a command and argument, then the ability to pass options - however it's not without it's own issues.
Attempting to make this dynamic loading from both the main application, and loading local plugins available in environments.