You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/cli.ts
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,9 @@ export const cliOptions = {
112
112
},
113
113
marionetteHost: {
114
114
type: 'string',
115
-
description: 'Marionette host to connect to when using --connect-existing (default: 127.0.0.1). Also used as the BiDi WebSocket connect address when different from 127.0.0.1.',
115
+
description:
116
+
'Marionette host to connect to when using --connect-existing (default: 127.0.0.1).'+
117
+
' Also used as the BiDi WebSocket connect address when different from 127.0.0.1.',
0 commit comments