Addresses Issue #25

This commit is contained in:
Pranav Srinivas Kumar 2019-06-06 21:30:31 -04:00 committed by GitHub
parent 73f6aa7538
commit 6e69548d82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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