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
ea5fdb49c8
commit
fd884c340c
@ -130,7 +130,7 @@ Here's what's happening:
|
|||||||
* 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.
|
* Notice how argparse is able to quietly and peacefully return an std::vector<float> when asked for it.
|
||||||
|
|
||||||
## Examples
|
## Further Examples
|
||||||
|
|
||||||
### Construct a JSON object from a filename argument
|
### Construct a JSON object from a filename argument
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user