CLI2: Fix bug where a second terminator (--) was stripped

This commit is contained in:
Paul Beckingham 2015-06-22 14:11:28 -04:00
parent 02b91a94fc
commit 076b2aaa95
2 changed files with 2 additions and 2 deletions

View file

@ -230,7 +230,6 @@ int Context::initialize (int argc, const char** argv)
cli2.add (argv[i]);
cli2.analyze ();
cli.initialize (argc, argv);
cli.analyze (true, true);