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

Support non-wizard mode #31

Open
main-- opened this issue Feb 4, 2017 · 1 comment
Open

Support non-wizard mode #31

main-- opened this issue Feb 4, 2017 · 1 comment
Labels

Comments

@main--
Copy link
Owner

main-- commented Feb 4, 2017

Scenario A: Using windows-gaming within some scripted thing (unlikely but possible).

Scenario B: You'd like to do something the wizard doesn't directly support, e.g. slightly modifying my setup later without starting over entirely.

The original design intended for you to just edit the config, but TOML is not that popular and it's not always enough (config files and stuff).

@oberien
Copy link
Collaborator

oberien commented Jun 9, 2017

We aren't using toml anymore but yaml instead. But the issue that config files aren't enough to control everything is still the case.

Therefore we need to change of the whole setup which I already started:

  • Split each step into its own module.
  • Refactor each step independendly and make them more user-friendly.
  • Introduce a command line argument parsing library like clap.
  • Allow execution of all steps, a list of steps or a single step.

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