@@ -42,10 +42,8 @@ optimist
42
42
. describe ( 'browser' , 'Browsername, e.g. chrome or firefox' )
43
43
. describe ( 'seleniumAddress' , 'A running selenium address to use' )
44
44
. describe ( 'seleniumSessionId' , 'Attaching an existing session id' )
45
- . describe (
46
- 'seleniumServerJar' , 'Location of the standalone selenium jar file' )
47
- . describe (
48
- 'seleniumPort' , 'Optional port for the selenium standalone server' )
45
+ . describe ( 'seleniumServerJar' , 'Location of the standalone selenium jar file' )
46
+ . describe ( 'seleniumPort' , 'Optional port for the selenium standalone server' )
49
47
. describe ( 'baseUrl' , 'URL to prepend to all relative paths' )
50
48
. describe ( 'rootElement' , 'Element housing ng-app, if not html or body' )
51
49
. describe ( 'specs' , 'Comma-separated list of files to test' )
@@ -57,9 +55,7 @@ optimist
57
55
. describe ( 'resultJsonOutputFile' , 'Path to save JSON test result' )
58
56
. describe ( 'troubleshoot' , 'Turn on troubleshooting output' )
59
57
. describe ( 'elementExplorer' , 'Interactively test Protractor commands' )
60
- . describe (
61
- 'debuggerServerPort' ,
62
- 'Start a debugger server at specified port instead of repl' )
58
+ . describe ( 'debuggerServerPort' , 'Start a debugger server at specified port instead of repl' )
63
59
. alias ( 'browser' , 'capabilities.browserName' )
64
60
. alias ( 'name' , 'capabilities.name' )
65
61
. alias ( 'platform' , 'capabilities.platform' )
@@ -84,8 +80,7 @@ if (argv.help) {
84
80
}
85
81
86
82
if ( argv . version ) {
87
- console . log (
88
- 'Version ' + require ( path . join ( __dirname , '../package.json' ) ) . version ) ;
83
+ console . log ( 'Version ' + require ( path . join ( __dirname , '../package.json' ) ) . version ) ;
89
84
process . exit ( 0 ) ;
90
85
}
91
86
0 commit comments