mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI
- Moved ID and UUID parsing earlier in the sequence.
This commit is contained in:
parent
c817607465
commit
c4116d43e1
1 changed files with 3 additions and 3 deletions
|
@ -345,13 +345,13 @@ void CLI::analyze (bool parse /* = true */)
|
|||
if (parse)
|
||||
{
|
||||
// Remove all the syntactic sugar for FILTERs.
|
||||
findIDs ();
|
||||
findUUIDs ();
|
||||
insertIDExpr ();
|
||||
desugarTags ();
|
||||
desugarAttributes ();
|
||||
desugarAttributeModifiers ();
|
||||
desugarPatterns ();
|
||||
findIDs ();
|
||||
findUUIDs ();
|
||||
insertIDExpr ();
|
||||
findOperators ();
|
||||
findAttributes ();
|
||||
insertJunctions ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue