mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 02:17:21 +02:00
Alias
- Integrated new Alias object into new command line processing.
This commit is contained in:
parent
93e28c1707
commit
a353cbaf91
3 changed files with 7 additions and 2 deletions
|
@ -34,6 +34,7 @@
|
|||
#include <TDB2.h>
|
||||
#include <Hooks.h>
|
||||
#include <DOM.h>
|
||||
#include <Alias.h>
|
||||
#include <Path.h>
|
||||
#include <File.h>
|
||||
#include <Directory.h>
|
||||
|
@ -92,6 +93,7 @@ public:
|
|||
|
||||
TDB2 tdb2;
|
||||
std::map <std::string, std::string> aliases;
|
||||
Alias aliases2;
|
||||
Hooks hooks;
|
||||
DOM dom;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue