mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-07 21:07:20 +02:00
Enhancements
- Added stubbed DOM code. - Added stubbed TDB2 code.
This commit is contained in:
parent
2ce54f10f8
commit
9b3f565e90
10 changed files with 2157 additions and 15 deletions
|
@ -35,7 +35,9 @@
|
|||
#include "Cmd.h"
|
||||
#include "Task.h"
|
||||
#include "TDB.h"
|
||||
#include "TDB2.h"
|
||||
#include "Hooks.h"
|
||||
#include "DOM.h"
|
||||
|
||||
class Context
|
||||
{
|
||||
|
@ -83,6 +85,7 @@ public:
|
|||
Subst subst;
|
||||
Task task;
|
||||
TDB tdb;
|
||||
TDB2 tdb2;
|
||||
std::string program;
|
||||
std::vector <std::string> args;
|
||||
std::string file_override;
|
||||
|
@ -92,6 +95,7 @@ public:
|
|||
std::vector <std::string> tagAdditions;
|
||||
std::vector <std::string> tagRemovals;
|
||||
Hooks hooks;
|
||||
DOM dom;
|
||||
|
||||
std::vector <std::string> headers;
|
||||
std::vector <std::string> footnotes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue