mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-07 21:07:20 +02:00
CLI2: Raised the precedence of ::desugarPlainArgs
This commit is contained in:
parent
076b2aaa95
commit
3d19bffd55
1 changed files with 2 additions and 2 deletions
|
@ -481,7 +481,7 @@ void CLI2::addFilter (const std::string& arg)
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// Parset the commnad line, identifiying filter components, expanding syntactic
|
// Parse the command line, identifiying filter components, expanding syntactic
|
||||||
// sugar as necessary.
|
// sugar as necessary.
|
||||||
void CLI2::prepareFilter (bool applyContext)
|
void CLI2::prepareFilter (bool applyContext)
|
||||||
{
|
{
|
||||||
|
@ -528,9 +528,9 @@ void CLI2::prepareFilter (bool applyContext)
|
||||||
findIDs ();
|
findIDs ();
|
||||||
findUUIDs ();
|
findUUIDs ();
|
||||||
insertIDExpr ();
|
insertIDExpr ();
|
||||||
desugarFilterPlainArgs ();
|
|
||||||
desugarFilterTags ();
|
desugarFilterTags ();
|
||||||
findStrayModifications ();
|
findStrayModifications ();
|
||||||
|
desugarFilterPlainArgs ();
|
||||||
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