From f44a0652dae715f568bb6cdb6d8c9f563f635756 Mon Sep 17 00:00:00 2001 From: Philip Top Date: Sun, 18 Aug 2019 16:46:58 -0700 Subject: [PATCH] add separate condition for index into vectors --- include/CLI/Option.hpp | 8 ++++++-- tests/AppTest.cpp | 13 +++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/include/CLI/Option.hpp b/include/CLI/Option.hpp index a5725ac53..3e5ccd57d 100644 --- a/include/CLI/Option.hpp +++ b/include/CLI/Option.hpp @@ -693,8 +693,12 @@ class Option : public OptionBase