Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Harband <[email protected]>
  • Loading branch information
shadowspawn and ljharb authored Jan 22, 2025
1 parent 50b528d commit 5f82e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ options can be:
* `opts.string` - a string or array of strings argument names to always treat as
strings
* `opts.boolean` - A boolean, string, or array of strings to always treat as
booleans. If `true` will treat all double hyphenated arguments without equal signs
booleans. If `true` will treat all double-hyphenated arguments without equal signs
as boolean (e.g. affects `--foo`, not `-f` or `--foo=bar`) A boolean option will
consume the following argument if it is the string `true` or `false`. (e.g. `--foo false`)
* `opts.alias` - an object mapping string names to strings or arrays of string
Expand Down

0 comments on commit 5f82e2e

Please sign in to comment.