Removed the configs array from the cli package, as it now is handled by the eslegant package. Exported the Cli class so it can be run by other packages BREAKING CHANGE
320 B
320 B
@eslit/cli
| @eslit/cli |
|---|
| minor |
Now the cli exports a API that runs the application and the configs object needs to be passed to the Cli class, this way any other package can run and have their configs array. With this, the new command line interface that handles the actual configs of this repo is the "eslegant" package.