Skip to content

Commit

Permalink
fix(completion): add missin --log-level for karma init
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Dec 8, 2013
1 parent eb8d43f commit 1e79eb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/completion.js
Expand Up @@ -18,6 +18,7 @@ var options = {
'--help': BOOLEAN
},
init: {
'--log-level': ['disable', 'debug', 'info', 'warn', 'error'],
'--colors': BOOLEAN,
'--no-colors': BOOLEAN,
'--help': BOOLEAN
Expand Down

0 comments on commit 1e79eb5

Please sign in to comment.