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 707ebd0 commit eadccbbCopy full SHA for eadccbb
doc/api/util.md
@@ -2061,7 +2061,7 @@ changes:
2061
* `positionals` {string\[]} Positional arguments.
2062
* `tokens` {Object\[] | undefined} See [parseArgs tokens](#parseargs-tokens)
2063
section. Only returned if `config` includes `tokens: true`.
2064
- * `printUsage` {string\[] | undefined} Formatted help text for options that have
+ * `printUsage` {string | undefined} Formatted help text for options that have
2065
help text configured. Only included if help text is available and `enableHelpPrinting` is `false`.
2066
2067
Provides a higher level API for command-line argument parsing than interacting
0 commit comments