mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Commands - add
- Migrated handleAdd to CmdAdd.
This commit is contained in:
parent
b0cbc7f757
commit
cb613c0691
12 changed files with 200 additions and 105 deletions
|
@ -705,7 +705,8 @@ static std::string importTaskCmdLine (const std::vector <std::string>& lines)
|
|||
context.task.clear ();
|
||||
context.cmd.command = "";
|
||||
context.parse ();
|
||||
(void)handleAdd (unused);
|
||||
// (void)handleAdd (unused);
|
||||
context.commands["add"]->execute (unused, unused);
|
||||
context.clearMessages ();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue