mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Enhancements
- Context implementation snapshot
This commit is contained in:
parent
0ec3b4b6af
commit
c2a386b913
2 changed files with 184 additions and 16 deletions
|
@ -51,17 +51,19 @@ public:
|
|||
void footnote (const std::string&); // Footnote sink
|
||||
|
||||
private:
|
||||
void loadCorrectConfigFile (int, char**);
|
||||
void loadCorrectConfigFile ();
|
||||
void parse ();
|
||||
|
||||
public:
|
||||
Config config;
|
||||
Filter filter;
|
||||
Keymap keymap;
|
||||
Sequence sequence;
|
||||
T2 task;
|
||||
TDB2 tdb;
|
||||
StringTable stringtable;
|
||||
Config config;
|
||||
Filter filter;
|
||||
Keymap keymap;
|
||||
Sequence sequence;
|
||||
T2 task;
|
||||
TDB2 tdb;
|
||||
StringTable stringtable;
|
||||
std::vector <std::string> args;
|
||||
std::string command;
|
||||
|
||||
private:
|
||||
std::vector <std::string> messages;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue