mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 15:14:39 +00:00
Update README.md
This commit is contained in:
parent
91d0dd8c90
commit
7abad0986d
@ -284,7 +284,7 @@ auto files = program.get<std::vector<std::string>>("--files"); // {"a.txt", "b.
|
|||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./main 1 -abc 3.14 2.718 2 --files a.txt b.txt c.txt 3
|
$ ./main 1 -abc 3.14 2.718 2 --files a.txt b.txt c.txt 3
|
||||||
numbers = {1, 2, 3}
|
numbers = {1, 2, 3}
|
||||||
a = true
|
a = true
|
||||||
b = true
|
b = true
|
||||||
|
Loading…
Reference in New Issue
Block a user