Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow initialization of configuration file with current default values #262

Open
AdmiringWorm opened this issue Jul 30, 2020 · 1 comment
Assignees
Labels

Comments

@AdmiringWorm
Copy link
Member

Detailed Description

Currently the init verb only allows creating a new configuration file with commented out example values.
This may cause some confusion when the default values do not match the example values, so I suggest adding an argument to allow generating a full configuration file that will be filled with the current values already used by GRM (ie the default values).

Context

This change can be important to reduce the confusion of the generated configuration file, and the actual values that are used by GRM, as well as preventing allowing users to have a fully generated configuration file without the need to type everything out themself.

Possible Implementation

Your Environment

  • Version Used: 0.11.0
  • Edition Used (.NET Core, .NET Framework): Any
  • Operating System and version (Windows 10, Ubuntu 18.04): Any

Thoughts @gep13

@gep13
Copy link
Member

gep13 commented Jul 30, 2020

@AdmiringWorm this seems like it would be a good addition to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants