mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-01 05:03:52 +00:00
Fit typo
This commit is contained in:
parent
1b4a71c6b6
commit
7846c9ddc6
@ -119,7 +119,7 @@ An option name must start with a alphabetic character or underscore. For long op
|
|||||||
|
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
* `"one,-o,--one"`: Valid as long as not a flag, would create an option that can be specified positionally, or with `-o` or `--option`
|
* `"one,-o,--one"`: Valid as long as not a flag, would create an option that can be specified positionally, or with `-o` or `--one`
|
||||||
* `"this"` Can only be passed positionally
|
* `"this"` Can only be passed positionally
|
||||||
* `"-a,-b,-c"` No limit to the number of non-positional option names
|
* `"-a,-b,-c"` No limit to the number of non-positional option names
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user