mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Enhancement - all attribute modifiers working
- Implemented before, below, under, after, above, over.
This commit is contained in:
parent
3bed6bb573
commit
cbecec263a
5 changed files with 97 additions and 28 deletions
|
@ -49,7 +49,7 @@ public:
|
|||
static bool validNameValue (const std::string&, const std::string&, const std::string&);
|
||||
static bool validNameValue (std::string&, std::string&, std::string&);
|
||||
static bool validMod (const std::string&);
|
||||
static std::string type (const std::string&);
|
||||
std::string type (const std::string&) const;
|
||||
void parse (const std::string&);
|
||||
void parse (Nibbler&);
|
||||
bool match (const Att&) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue