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 b2094b7 commit cac9a95Copy full SHA for cac9a95
index.js
@@ -2,7 +2,7 @@
2
import zerxes from './src/zerxes.js';
3
import yargs from 'yargs';
4
5
-const argv = yargs
+const argv = yargs(process.argv.slice(2))
6
.option('in', {
7
describe: 'input file',
8
type: 'string',
package.json
@@ -1,6 +1,6 @@
1
{
"name": "zerxes",
- "version": "0.1.4",
+ "version": "1.0.0",
"description": "HTTP Response Tester",
"repository": "stevenaw/zerxes",
"license": "MIT",
@@ -17,7 +17,7 @@
17
"name": "Steven Weerdenburg"
18
},
19
"engines": {
20
- "node": ">=6"
+ "node": ">=14"
21
22
"bin": {
23
"zerxes": "index.js"
0 commit comments