mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CmdAdd
- Converted from A3 modifications to Task::modify.
This commit is contained in:
parent
3a71fac1ee
commit
f2eb34d66a
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ int CmdAdd::execute (std::string& output)
|
|||
|
||||
// Apply the command line modifications to the new task.
|
||||
Task task;
|
||||
modify_task_description_replace (task, context.a3.extract_modifications ());
|
||||
task.modify (Task::modReplace);
|
||||
context.tdb2.add (task);
|
||||
|
||||
if (context.verbose ("new-id"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue