Skip to content

Add Arguments for Configuring Params in CLI #54

@lemorage

Description

@lemorage

Currently, we need to adjust the value in the config file donkeytype-config.json manually (if we had one). Would it be nice that we can directly set and save these parameters in the CLI. For instance:

$ ./donkeytype config set duration 30
$ ./donkeytype config set uppercase true

Unlike the README examples like ./donkeytype --duration 60 --numbers true --uppercase true for on-the-fly configuration, this new option would allow us to persistently save these settings in the JSON configuration file.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions