You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: