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 options from task and config #170

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jjcarstens
Copy link

Previously, if you attempted to mix options from the config file or via task switches, they would clobber each other producing mixed results. But it wasn't clear this behavior was not supported.

This changes to support reading from config file and mix task switches merging the options together. The task switches take precedence.

It also defaults to using the config file if it is present, but leaves the switch so that --no-config could be used to explicitly ignore the config file instead

Previously, if you attempted to mix options from the config file or
via task switches, they would clobber each other producing mixed results.
But it wasn't clear this behavior was not supported.

This changes to support reading from config file _and_ mix task switches
merging the options together. The task switches take precedence.

It also defaults to using the config file if it is present, but leaves
the switch so that `--no-config` could be used to explicitly ignore
the config file instead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant