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 a823b34 commit 6110e02Copy full SHA for 6110e02
doc/api/util.md
@@ -1989,7 +1989,7 @@ changes:
1989
* `positionals` {string\[]} Positional arguments.
1990
* `tokens` {Object\[] | undefined} See [parseArgs tokens](#parseargs-tokens)
1991
section. Only returned if `config` includes `tokens: true`.
1992
- * `printUsage` {string\[] | undefined} Formatted help text for options that have
+ * `printUsage` {string | undefined} Formatted help text for options that have
1993
help text configured. Only included if help text is available and `enableHelpPrinting` is `false`.
1994
1995
Provides a higher level API for command-line argument parsing than interacting
0 commit comments