mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Context: Code cleanup
This commit is contained in:
parent
0b44862300
commit
ee28e9940c
1 changed files with 2 additions and 2 deletions
|
@ -201,8 +201,8 @@ int Context::initialize (int argc, const char** argv)
|
|||
cli2.analyze ();
|
||||
|
||||
// Extract a recomposed command line.
|
||||
bool foundDefault = false;
|
||||
bool foundAssumed = false;
|
||||
auto foundDefault = false;
|
||||
auto foundAssumed = false;
|
||||
std::string combined;
|
||||
for (auto& a : cli2._args)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue