mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CmdEdit
- Now diplays an unmodifiable 'modified' attribute.
This commit is contained in:
parent
c9f6a4b9df
commit
05fbdd594e
1 changed files with 1 additions and 0 deletions
|
@ -207,6 +207,7 @@ std::string CmdEdit::formatTask (Task task, const std::string& dateformat)
|
|||
<< " Until: " << formatDate (task, "until", dateformat) << "\n"
|
||||
<< " Recur: " << task.get ("recur") << "\n"
|
||||
<< " Wait until: " << formatDate (task, "wait", dateformat) << "\n"
|
||||
<< "# Modified: " << formatDate (task, "modified", dateformat) << "\n"
|
||||
<< " Parent: " << task.get ("parent") << "\n";
|
||||
|
||||
if (verbose)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue