TW-294
- TW-294 Display UUID of task created by add (thanks to John West).
This commit is contained in:
@@ -114,6 +114,9 @@ int CmdDuplicate::execute (std::string& output)
|
||||
if (context.verbose ("new-id"))
|
||||
std::cout << format (STRING_CMD_ADD_FEEDBACK, context.tdb2.next_id ()) + "\n";
|
||||
|
||||
if (context.verbose ("new-uuid"))
|
||||
std::cout << format (STRING_CMD_ADD_FEEDBACK, dup.get ("uuid")) + "\n";
|
||||
|
||||
if (context.verbose ("project"))
|
||||
projectChanges[task->get ("project")] = onProjectChange (*task);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user