From 675f1e7ffe2fc93e1b792cb191d9adda47b49006 Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Mon, 20 Nov 2017 13:35:33 -0500 Subject: [PATCH] Adding structure for Option --- include/CLI/Option.hpp | 118 +++++++++++++++++++++++++++++------------ 1 file changed, 84 insertions(+), 34 deletions(-) diff --git a/include/CLI/Option.hpp b/include/CLI/Option.hpp index 08fb5a89..db749316 100644 --- a/include/CLI/Option.hpp +++ b/include/CLI/Option.hpp @@ -26,7 +26,82 @@ class App; using Option_p = std::unique_ptr