From 038eafed29c34575921845674f574a73251fe059 Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Thu, 23 Nov 2017 22:47:36 -0500 Subject: [PATCH] Adding test and keeping validator API similar --- include/CLI/Option.hpp | 7 ++++++- include/CLI/Validators.hpp | 2 +- tests/AppTest.cpp | 20 ++++++++++++++++++++ 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/include/CLI/Option.hpp b/include/CLI/Option.hpp index 81004b3a..dce6897d 100644 --- a/include/CLI/Option.hpp +++ b/include/CLI/Option.hpp @@ -220,8 +220,13 @@ class Option : public OptionBase