Cmd{Add,Append,Log,Prepend}

- The commands specify that description changes are required.
This commit is contained in:
Paul Beckingham 2014-05-27 00:35:52 -04:00
parent b4539a9df9
commit f3bc606344
4 changed files with 8 additions and 8 deletions

View file

@ -51,7 +51,7 @@ int CmdLog::execute (std::string& output)
// Apply the command line modifications to the new task.
Task task;
task.modify (Task::modReplace);
task.modify (Task::modReplace, true);
task.setStatus (Task::completed);
// Recurring tasks get a special status.