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 f2bc6a3 commit 02944a6Copy full SHA for 02944a6
doc/api/util.md
@@ -1094,7 +1094,7 @@ const {
1094
positionals
1095
} = parseArgs({ args, options });
1096
console.log(values, positionals);
1097
-// Prints: [Object: null prototype] { foo: true, bar: 'b' } []ss
+// Prints: [Object: null prototype] { foo: true, bar: 'b' } []
1098
```
1099
1100
`util.parseArgs` is experimental and behavior may change. Join the
0 commit comments