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

Merge CLI flags with flags found in config file. #232

Closed
wants to merge 1 commit into from

Conversation

mikehenrty
Copy link

I believe the desired behavior is to merge these flags so that users can specify both CLI flags and a config file simultaneously. As it stands, when a config file is specified, it's flags will replace (and erase) any flags passed through CLI.

Note, I had to upgrade Typescript by a few minor versions because I was getting a TS build error Cannot find name 'Omit'., and I saw that TS 3.0 didn't support it. So I bumped TS to 3.5 and everything seemed to be working. We'll see what travis says.

Fixes #150.

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.

Unable to pass params to Lighthouse when using an external configuration
1 participant