Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jarro2783/cxxopts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarryd Beck <jarro.2783@gmail.com>2019-05-01 11:34:29 +0300
committerJarryd Beck <jarro.2783@gmail.com>2019-05-01 11:34:29 +0300
commit5da5d67111506a6661bb791b7469a0da0a696a82 (patch)
tree1e723e175ffa48c1106b932a31a616fa0332c1d9 /CHANGELOG.md
parent48e265dc4b347d3178e4458de81704e0d88047b2 (diff)
Throw exception on invalid positional argument
Fixes #169. It seems reasonable to throw an exception when an attempt is made to parse into positional parameters that don't exist.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7bcbf72..a5c1d2d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@ options. The project adheres to semantic versioning.
### Added
* Iterator inputs to `parse_positional`.
+* Throw an exception if the option in `parse_positional` doesn't exist.
### Bug Fixes