From a687eb95871f863e5d22feb48345117838bac118 Mon Sep 17 00:00:00 2001 From: Jesus Briales Date: Sat, 26 Oct 2019 12:07:05 +0100 Subject: [PATCH] Add non-const version of App::get_options (#329) --- include/CLI/App.hpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/include/CLI/App.hpp b/include/CLI/App.hpp index f31220c5..1c238c26 100644 --- a/include/CLI/App.hpp +++ b/include/CLI/App.hpp @@ -1649,6 +1649,22 @@ class App { return options; } + /// Non-const version of the above + std::vector