Alias
- Removal of alias load/resolve code, which (1) needs a rewrite, and (2) belongs in the Parser.
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user