Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions lib/support/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -495,14 +495,12 @@ export function parseCommandLine() {
'To add multiple arguments to Firefox, repeat --firefox.args once per argument.',
group: 'firefox'
})
/* -- Remove from the help until we have the new Geckodriver > 0.26
.option('firefox.env', {
describe:
'Extra environment variables to set in the format name=value. ' +
'To add multiple environment variables, repeat --firefox.env once per environment variable.',
group: 'firefox'
})
*/
.option('firefox.includeResponseBodies', {
describe: 'Include response bodies in HAR',
default: 'none',
Expand Down
Loading