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

fix how configs interact with CLI args #256

Open
zkat opened this issue Apr 19, 2023 · 0 comments
Open

fix how configs interact with CLI args #256

zkat opened this issue Apr 19, 2023 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@zkat
Copy link
Member

zkat commented Apr 19, 2023

Right now, options from config files aren't applied to orogene at all if the options were passed in as CLI arguments already.

This works mostly fine for single-value flags!

But this doesn't work as well for multi-arg options that can be passed in multiple times: in this case, if any CLI args for that option are passed in, the config file values are completely ignored.

@zkat zkat added bug Something isn't working help wanted Extra attention is needed labels Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
Status: Backlog
Development

No branches or pull requests

1 participant