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 50b528d commit 5f82e2eCopy full SHA for 5f82e2e
README.md
@@ -73,7 +73,7 @@ options can be:
73
* `opts.string` - a string or array of strings argument names to always treat as
74
strings
75
* `opts.boolean` - A boolean, string, or array of strings to always treat as
76
-booleans. If `true` will treat all double hyphenated arguments without equal signs
+booleans. If `true` will treat all double-hyphenated arguments without equal signs
77
as boolean (e.g. affects `--foo`, not `-f` or `--foo=bar`) A boolean option will
78
consume the following argument if it is the string `true` or `false`. (e.g. `--foo false`)
79
* `opts.alias` - an object mapping string names to strings or arrays of string
0 commit comments