mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-08 15:20:36 +02:00
CLI2: Moved all the ::desugar* methods after the single-arg manipulations
This commit is contained in:
parent
960d2be06d
commit
449d577cca
1 changed files with 2 additions and 2 deletions
|
@ -528,9 +528,9 @@ void CLI2::prepareFilter (bool applyContext)
|
||||||
findIDs ();
|
findIDs ();
|
||||||
findUUIDs ();
|
findUUIDs ();
|
||||||
insertIDExpr ();
|
insertIDExpr ();
|
||||||
desugarFilterTags ();
|
|
||||||
findStrayModifications ();
|
|
||||||
desugarFilterPlainArgs ();
|
desugarFilterPlainArgs ();
|
||||||
|
findStrayModifications ();
|
||||||
|
desugarFilterTags ();
|
||||||
desugarFilterAttributes ();
|
desugarFilterAttributes ();
|
||||||
desugarFilterPatterns ();
|
desugarFilterPatterns ();
|
||||||
insertJunctions (); // Deliberately after all desugar calls.
|
insertJunctions (); // Deliberately after all desugar calls.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue