Closed
Description
Currently the config object in the package.json
is passed as-is to meow
, providing default values for the CLI flags. This means that config keys need to match the CLI flags. CLI flags are singular, but sometimes config keys are better when pluralized. E.g. sources
versus source
, and the suggested extension
flag in #631 versus extensions
.
@avajs/core how about we change some of the config keys to be plurals and map them to meow
's default in cli.js
?