Context: Code cleanup
This commit is contained in:
@@ -201,8 +201,8 @@ int Context::initialize (int argc, const char** argv)
|
|||||||
cli2.analyze ();
|
cli2.analyze ();
|
||||||
|
|
||||||
// Extract a recomposed command line.
|
// Extract a recomposed command line.
|
||||||
bool foundDefault = false;
|
auto foundDefault = false;
|
||||||
bool foundAssumed = false;
|
auto foundAssumed = false;
|
||||||
std::string combined;
|
std::string combined;
|
||||||
for (auto& a : cli2._args)
|
for (auto& a : cli2._args)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user