mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Task
- ::modify was not casting strings to dates for date types.
This commit is contained in:
parent
1cd09bc87b
commit
cd837a006c
2 changed files with 4 additions and 7 deletions
|
@ -195,14 +195,10 @@ int Context::initialize (int argc, const char** argv)
|
|||
parser.findIdSequence (); // <id>
|
||||
parser.injectDefaults (); // rc.default.command
|
||||
|
||||
// Static initialization to decouple code.
|
||||
staticInitialization ();
|
||||
staticInitialization (); // Decouple code from Context.
|
||||
parser.parse (); // Parse all elements.
|
||||
|
||||
// Parse the command line.
|
||||
parser.parse ();
|
||||
|
||||
// Initialize the database.
|
||||
tdb2.set_location (data_dir);
|
||||
tdb2.set_location (data_dir); // Prepare the task database.
|
||||
|
||||
// First opportunity to run a hook script.
|
||||
hooks.initialize ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue