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

Should I Use User Input or Conf File or Both? #1

Open
davidshq opened this issue May 15, 2018 · 1 comment
Open

Should I Use User Input or Conf File or Both? #1

davidshq opened this issue May 15, 2018 · 1 comment

Comments

@davidshq
Copy link
Owner

Right now all configuration takes place via interactive input in the console. This could be changed so that it uses a configuration file to allow for more automation or it could allow for either to be used, perhaps with a command-line switch. If you have thoughts, let me know.

@davidshq
Copy link
Owner Author

I tested using a config file, the one difficulty with this approach is that one doesn't know the number of plugins available until after one queries the API, one could perhaps use a percentage to track how many plugins the individual wants to pull down - but what would be the practical use case?

For the time being, I'm using user input but also working on adding a simple option to allow one to use default values and bypass interaction model - this is mainly useful for testing.

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

No branches or pull requests

1 participant