mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
Alias
- Removal of alias load/resolve code, which (1) needs a rewrite, and (2) belongs in the Parser.
This commit is contained in:
parent
6145869f43
commit
5b9413b02c
5 changed files with 1 additions and 177 deletions
|
@ -144,10 +144,6 @@ int Context::initialize (int argc, const char** argv)
|
|||
parser.applyOverrides ();
|
||||
createDefaultConfig ();
|
||||
|
||||
// Handle Aliases.
|
||||
alias.load ();
|
||||
alias.resolve (parser.tree ());
|
||||
|
||||
// Initialize the color rules, if necessary.
|
||||
if (color ())
|
||||
initializeColorRules ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue