mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
CLI
- Implemented ::findStrayModifications to spot FILTER args detected before 'add' or 'log' commands, and upgrade them to MODIFICATIONs.
This commit is contained in:
parent
b9b998c769
commit
26f8d8c45d
2 changed files with 28 additions and 0 deletions
|
@ -93,6 +93,7 @@ private:
|
|||
void categorize ();
|
||||
bool exactMatch (const std::string&, const std::string&) const;
|
||||
void desugarTags ();
|
||||
void findStrayModifications ();
|
||||
void desugarAttributes ();
|
||||
void desugarAttributeModifiers ();
|
||||
void desugarPatterns ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue