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

Allow overriding CLI arguments #1192

Closed
vojtajina opened this issue Sep 25, 2014 · 0 comments · Fixed by #1253 · May be fixed by Omrisnyk/npm-lockfiles#122 or Omrisnyk/npm-lockfiles#132
Closed

Allow overriding CLI arguments #1192

vojtajina opened this issue Sep 25, 2014 · 0 comments · Fixed by #1253 · May be fixed by Omrisnyk/npm-lockfiles#122 or Omrisnyk/npm-lockfiles#132

Comments

@vojtajina
Copy link
Contributor

karma start --log-level info --log-level debug

should use debug, now it throws stupid non-sense exception

vojtajina added a commit to vojtajina/karma that referenced this issue Nov 24, 2014
```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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant