Update README.md

This commit is contained in:
Pranav Srinivas Kumar 2019-11-21 08:37:47 -06:00 committed by GitHub
parent b42c6b7c7e
commit c95835acf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -354,7 +354,7 @@ Here's what's happening:
$ compiler file1 file2 file3
```
For enable this, simply create an argument and mark it as `remaining`. All remaining arguments passed to argparse are gathered here.
To enable this, simply create an argument and mark it as `remaining`. All remaining arguments passed to argparse are gathered here.
```cpp
argparse::ArgumentParser program("compiler");