mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CmdLog: Display the UUID of the logged task
This commit is contained in:
parent
889e36116c
commit
7ba98ea241
3 changed files with 4 additions and 4 deletions
|
@ -71,8 +71,8 @@ int CmdLog::execute (std::string& output)
|
|||
if (context.verbose ("project"))
|
||||
context.footnote (onProjectChange (task));
|
||||
|
||||
if (context.verbose ("affected"))
|
||||
output = std::string (STRING_CMD_LOG_LOGGED) + "\n";
|
||||
if (context.verbose ("new-uuid"))
|
||||
output = format (STRING_CMD_LOG_LOGGED, task.get ("uuid")) + "\n";
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue