A3t
- Added stubbed A3t::inject_defaults and A¾t::resolve_aliases methods.
This commit is contained in:
@@ -152,6 +152,7 @@ int Context::initialize (int argc, const char** argv)
|
||||
// Handle Aliases.
|
||||
loadAliases ();
|
||||
a3.resolve_aliases ();
|
||||
a3t.resolve_aliases ();
|
||||
|
||||
// Initialize the color rules, if necessary.
|
||||
if (color ())
|
||||
@@ -204,6 +205,7 @@ int Context::initialize (int argc, const char** argv)
|
||||
|
||||
// Handle default command and assumed 'info' command.
|
||||
a3.inject_defaults ();
|
||||
a3t.inject_defaults ();
|
||||
|
||||
// The re-categorization allows all injected arguments to be properly given
|
||||
// a category.
|
||||
|
||||
Reference in New Issue
Block a user