From c9d0c0098ebd5373211214773c9f896549d0bd09 Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Sun, 31 Mar 2019 17:55:33 -0400 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c082c89..4d824a2 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,6 @@ Here's what's happening: - ```-a``` and ```-b``` become true. - argv is further parsed to identify the inputs mapped to ```-c```. * Using ```-cab``` will throw an error since argparse expects two inputs for the argument ```-c```. -* Notice how argparse is able to quietly and peacefully return an std::vector when asked for it. ## Further Examples