mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
test - fix help output for integration too
This commit is contained in:
@@ -18,6 +18,11 @@ const optimist = require('optimist')
|
||||
.describe('browser', 'browser in which integration tests should run').string('browser').default('browser', 'chromium')
|
||||
.describe('help', 'show the help').alias('help', 'h');
|
||||
|
||||
if (optimist.argv.help) {
|
||||
optimist.showHelp();
|
||||
process.exit(0);
|
||||
}
|
||||
|
||||
const width = 1200;
|
||||
const height = 800;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user