mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Feature #499
- added extra line of output when doing bulk done changes.
This commit is contained in:
parent
1f8ae07b8e
commit
0e1d12f5b1
2 changed files with 4 additions and 0 deletions
|
@ -1592,6 +1592,8 @@ int handleDone (std::string &outs)
|
|||
<< " as done.\n";
|
||||
|
||||
outs = out.str ();
|
||||
if (count > context.config.getInteger ("bulk"))
|
||||
outs = "\n" + outs;
|
||||
context.hooks.trigger ("post-done-command");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue