mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Context
- Now calls aliasExpansion and categorization.
This commit is contained in:
parent
2c3f12ae79
commit
632cb3e194
1 changed files with 3 additions and 0 deletions
|
@ -243,6 +243,8 @@ int Context::initialize (int argc, const char** argv)
|
|||
}
|
||||
|
||||
// Now the entities are loaded, parsing may resume.
|
||||
cli.aliasExpansion ();
|
||||
|
||||
parser.findBinary (); // <task|tw|t|cal|calendar>
|
||||
parser.resolveAliases ();
|
||||
parser.findCommand (); // <cmd>
|
||||
|
@ -252,6 +254,7 @@ int Context::initialize (int argc, const char** argv)
|
|||
|
||||
staticInitialization (); // Decouple code from Context.
|
||||
parser.parse (); // Parse all elements.
|
||||
cli.categorize (); // Parse high-level elements.
|
||||
|
||||
tdb2.set_location (data_dir); // Prepare the task database.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue