mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 02:17:21 +02:00
Confirmation
- Implemented consistent confirmation.
This commit is contained in:
parent
6aee2fc7b9
commit
a5961f6847
3 changed files with 20 additions and 45 deletions
|
@ -52,7 +52,6 @@ int CmdDelete::execute (std::string& output)
|
|||
{
|
||||
int rc = 0;
|
||||
int count = 0;
|
||||
//std::stringstream out;
|
||||
|
||||
// Apply filter.
|
||||
std::vector <Task> filtered;
|
||||
|
@ -89,7 +88,7 @@ int CmdDelete::execute (std::string& output)
|
|||
updateRecurrenceMask (*task);
|
||||
context.tdb2.modify (*task);
|
||||
++count;
|
||||
feedback_affected (STRING_CMD_DELETE_TASK *task);
|
||||
feedback_affected (STRING_CMD_DELETE_TASK, *task);
|
||||
dependencyChainOnComplete (*task);
|
||||
context.footnote (onProjectChange (*task, true));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue