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(cli): override if an arg is defined multiple times #1253

Merged
merged 1 commit into from
Nov 25, 2014

Conversation

vojtajina
Copy link
Contributor

karma start --log-level info --port 12 --log-level debug --port 34

Is now parsed as:

{
  logLevel: 'DEBUG',
  port: 34
}

Closes #1192

```bash
karma start --log-level info --port 12 --log-level debug --port 34
```
Is now parsed as:
```js
{
  logLevel: 'DEBUG',
  port: 34
}
```

Closes karma-runner#1192
@vojtajina
Copy link
Contributor Author

#merge

@karmarunnerbot
Copy link
Member

Sent to presubmit as presubmit-master-pr-1253 Presubmit branch - Travis status

@vojtajina vojtajina merged commit 31eb2c2 into karma-runner:master Nov 25, 2014
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.

Allow overriding CLI arguments
2 participants