diff --git a/src/CLI.cpp b/src/CLI.cpp index e76048db1..deebed165 100644 --- a/src/CLI.cpp +++ b/src/CLI.cpp @@ -96,10 +96,10 @@ void CLI::initialize (int argc, const char** argv) } //////////////////////////////////////////////////////////////////////////////// +// Capture a single argument, and recalc everything. void CLI::add (const std::string& arg) { // Clean what needs to be cleaned. Most in this case. - _program = ""; _args.clear (); _rc = ""; _overrides.clear ();