mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 07:04:39 +00:00
Update README.md
This commit is contained in:
parent
e7b32d5a34
commit
c9d0c0098e
@ -128,7 +128,6 @@ Here's what's happening:
|
|||||||
- ```-a``` and ```-b``` become true.
|
- ```-a``` and ```-b``` become true.
|
||||||
- argv is further parsed to identify the inputs mapped to ```-c```.
|
- argv is further parsed to identify the inputs mapped to ```-c```.
|
||||||
* Using ```-cab``` will throw an error since argparse expects two inputs for the argument ```-c```.
|
* Using ```-cab``` will throw an error since argparse expects two inputs for the argument ```-c```.
|
||||||
* Notice how argparse is able to quietly and peacefully return an std::vector<float> when asked for it.
|
|
||||||
|
|
||||||
## Further Examples
|
## Further Examples
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user