mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
A3t
- Added stubbed A3t::inject_defaults and A¾t::resolve_aliases methods.
This commit is contained in:
parent
de5204adb9
commit
ca8d22ab54
3 changed files with 139 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue