mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Enhancement - T2 implementation
- Improved Att/Mod implementation. - Implemented more T2 methods.
This commit is contained in:
parent
f295fdf78f
commit
25450b4a7c
4 changed files with 254 additions and 15 deletions
|
@ -44,6 +44,7 @@ public:
|
|||
bool parse (Nibbler&);
|
||||
bool validMod (const std::string&);
|
||||
bool evalMod (Att&);
|
||||
bool match (const Att&);
|
||||
std::string composeF4 () const;
|
||||
|
||||
void addMod (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue