-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Labels
Comments
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
This was referenced Sep 27, 2018
This was referenced May 25, 2019
1 task
1 task
1 task
1 task
Open
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
karma start --log-level info --log-level debug
should use debug, now it throws stupid non-sense exception
The text was updated successfully, but these errors were encountered: