mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Cmd{Add,Append,Log,Prepend}
- The commands specify that description changes are required.
This commit is contained in:
parent
b4539a9df9
commit
f3bc606344
4 changed files with 8 additions and 8 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue