Update README.md

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

View File

@ -20,7 +20,7 @@ To start parsing command-line arguments, create an ```ArgumentParser```.
argparse::ArgumentParser program("program name"); argparse::ArgumentParser program("program name");
``` ```
Argparse supports a variety of argument types including positional arguments, optional arguments, toggle arguments and compound arguments. Argparse supports a variety of argument types including positional, optional, and compound arguments.
### Positional Arguments ### Positional Arguments