We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 015d00f + 7d8da3a commit 88e197aCopy full SHA for 88e197a
nodejs-write-code.md
@@ -8,7 +8,7 @@ your main.js should look something like below:
8
```js
9
const open = require('./node_modules/open');
10
11
-const { method, parameters } = JSON.parse(process.argv[2]);
+const { method, parameters, settings } = JSON.parse(process.argv[2]);
12
13
if (method === "query") {
14
console.log(JSON.stringify(
0 commit comments