mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Alias
- Implemented simple word substitution aliases. This is not the ultimate form which will involve the ability to insert arbitrary constructs. Later.
This commit is contained in:
parent
a470e50ee6
commit
1cd09bc87b
7 changed files with 42 additions and 41 deletions
|
@ -77,7 +77,6 @@ private:
|
|||
void staticInitialization ();
|
||||
void assumeLocations ();
|
||||
void createDefaultConfig ();
|
||||
void loadAliases ();
|
||||
void updateXtermTitle ();
|
||||
void updateVerbosity ();
|
||||
|
||||
|
@ -90,8 +89,7 @@ public:
|
|||
Config config;
|
||||
|
||||
TDB2 tdb2;
|
||||
std::map <std::string, std::string> aliases;
|
||||
Alias aliases2;
|
||||
Alias alias;
|
||||
Hooks hooks;
|
||||
DOM dom;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue