1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-01 05:03:52 +00:00
This commit is contained in:
Henry Schreiner 2017-03-23 23:05:39 -04:00 committed by GitHub
parent 1b4a71c6b6
commit 7846c9ddc6

View File

@ -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