Skip to content

Commit

Permalink
chore(cli): alias elementExplorer to explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
hankduan committed Jun 4, 2015
1 parent 3a2a5df commit 57db1d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ var optimist = require('optimist').
alias('stackTrace', 'jasmineNodeOpts.includeStackTrace').
alias('grep', 'jasmineNodeOpts.grep').
alias('invert-grep', 'jasmineNodeOpts.invertGrep').
alias('explorer', 'elementExplorer').
string('capabilities.tunnel-identifier').
check(function(arg) {
if (arg._.length > 1) {
Expand Down

0 comments on commit 57db1d1

Please sign in to comment.