mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-30 12:43:52 +00:00
Fix spelling of option_defaults()
(#405)
This commit is contained in:
parent
e0c882ae3b
commit
2aa377d016
@ -120,7 +120,7 @@ One of CLI11's systems to allow customizability without high levels of verbosity
|
|||||||
An example of usage:
|
An example of usage:
|
||||||
|
|
||||||
```
|
```
|
||||||
app.option_defauts()->ignore_case()->group("Required");
|
app.option_defaults()->ignore_case()->group("Required");
|
||||||
|
|
||||||
app.add_flag("--CaSeLeSs");
|
app.add_flag("--CaSeLeSs");
|
||||||
app.get_group() // is "Required"
|
app.get_group() // is "Required"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user