Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 02944a6

Browse filesBrowse files
michaelficarradanielleadams
authored andcommitted
doc: fix typo in util.parseArgs usage example
PR-URL: #43332 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: LiviaMedeiros <livia@cirno.name>
1 parent f2bc6a3 commit 02944a6
Copy full SHA for 02944a6

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/util.md‎

Copy file name to clipboardExpand all lines: doc/api/util.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ const {
10941094
positionals
10951095
} = parseArgs({ args, options });
10961096
console.log(values, positionals);
1097-
// Prints: [Object: null prototype] { foo: true, bar: 'b' } []ss
1097+
// Prints: [Object: null prototype] { foo: true, bar: 'b' } []
10981098
```
10991099

11001100
`util.parseArgs` is experimental and behavior may change. Join the

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.