Update README.md

This commit is contained in:
Pranav Srinivas Kumar 2019-03-31 17:04:11 -04:00 committed by GitHub
parent aeb4244581
commit 058ab1d876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,11 +20,7 @@ To start parsing command-line arguments, create an ```ArgumentParser```.
argparse::ArgumentParser program("program name");
```
Argparse supports a variety of argument types including:
* Positional arguments
* Optional arguments
* Toggle arguments
* Compound arguments
Argparse supports a variety of argument types including positional arguments, optional arguments, toggle arguments and compound arguments.
Here's an example of a positional argument: