CLI2: Begun ::analyze method
- Renamed A to A2, to avoid collisions for now. - Added A2::attribute, ctor, dtor. - Stubbbed CLI2::analyze.
This commit is contained in:
@@ -229,6 +229,8 @@ int Context::initialize (int argc, const char** argv)
|
||||
for (int i = 0; i < argc; i++)
|
||||
cli2.add (argv[i]);
|
||||
|
||||
cli2.analyze ();
|
||||
|
||||
cli.initialize (argc, argv);
|
||||
cli.analyze (true, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user