v1.2.0
Changed
-
changed yargs config in favor of a custom config function
We made a function that create a configuration for the CLI where you can set global arguments, command arguments and define plugins using a config JSON file or the package.json.
Yargs has a similar functionality but is not working as we want.