Skip to content

Commit 5f82e2e

Browse files
shadowspawnljharb
andauthored
Update README.md
Co-authored-by: Jordan Harband <[email protected]>
1 parent 50b528d commit 5f82e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ options can be:
7373
* `opts.string` - a string or array of strings argument names to always treat as
7474
strings
7575
* `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
76+
booleans. If `true` will treat all double-hyphenated arguments without equal signs
7777
as boolean (e.g. affects `--foo`, not `-f` or `--foo=bar`) A boolean option will
7878
consume the following argument if it is the string `true` or `false`. (e.g. `--foo false`)
7979
* `opts.alias` - an object mapping string names to strings or arrays of string

0 commit comments

Comments
 (0)