mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 07:04:39 +00:00
Addresses Issue #25
This commit is contained in:
parent
73f6aa7538
commit
6e69548d82
@ -373,7 +373,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 2 3 -abc 3.14 2.718 --files a.txt b.txt c.txt
|
||||||
numbers = {1, 2, 3}
|
numbers = {1, 2, 3}
|
||||||
a = true
|
a = true
|
||||||
b = true
|
b = true
|
||||||
|
Loading…
Reference in New Issue
Block a user