Skip to content

Separate config keys from CLI flags #1046

Closed
@novemberborn

Description

@novemberborn

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions