We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3478e52 commit 09db831Copy full SHA for 09db831
lib/cli.js
@@ -1,5 +1,6 @@
1
const yargs = require('yargs');
2
const yargv = yargs
3
+ .strict()
4
.usage('Usage: test262-harness [options] <test-file-glob>')
5
.demand('hostType')
6
.describe('hostType', 'eshost host type (ch, d8, jsshell, chrome, firefox, etc.)')
0 commit comments