From 058ab1d8761ca981d5ed9de8d2fe68b69163760b Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Sun, 31 Mar 2019 17:04:11 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index e116af4..9238480 100644 --- a/README.md +++ b/README.md @@ -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: