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 setting plugins in config files and plugin options in CLI flags #12

Open
fabiospampinato opened this issue Apr 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@fabiospampinato
Copy link
Collaborator

Currently if plugins and their options are both defined in a config file the CLI works, if they are both defined via CLI flags it works, but if plugins are defined in config files and flags are defined via CLI flags then it doesn't work anymore because the CLI thinks those options are unrecognized.

The best option here is probably doing nothing until an unknown flag is passed and then paying the cost for the discovery of the configs files just to be sure about whether we need to throw an error or not.

@fabiospampinato fabiospampinato added the bug Something isn't working label Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant