mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 11:27:19 +02:00
CLI
- Added debug.parser=3 support to ::analyze.
This commit is contained in:
parent
c01ee07981
commit
d5e732b47d
1 changed files with 6 additions and 0 deletions
|
@ -317,6 +317,9 @@ void CLI::analyze (bool parse /* = true */)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (context.config.getInteger ("debug.parser") >= 3)
|
||||||
|
context.debug (context.cli.dump ("CLI::analyze start"));
|
||||||
|
|
||||||
// Find argument types.
|
// Find argument types.
|
||||||
aliasExpansion ();
|
aliasExpansion ();
|
||||||
findOverrides ();
|
findOverrides ();
|
||||||
|
@ -343,6 +346,9 @@ void CLI::analyze (bool parse /* = true */)
|
||||||
decomposeModTags ();
|
decomposeModTags ();
|
||||||
decomposeModSubstitutions ();
|
decomposeModSubstitutions ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (context.config.getInteger ("debug.parser") >= 3)
|
||||||
|
context.debug ("CLI::analyze end");
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue