mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Feature #431
- Added feedback after running the 'log' command, because task was otherwise silent.
This commit is contained in:
parent
63e42c6607
commit
3dca0283f4
2 changed files with 4 additions and 0 deletions
|
@ -199,6 +199,9 @@ int handleLog (std::string &outs)
|
|||
context.tdb.commit ();
|
||||
context.tdb.unlock ();
|
||||
|
||||
if (context.config.getBoolean ("echo.command"))
|
||||
out << "Logged task." << std::endl;
|
||||
|
||||
outs = out.str ();
|
||||
context.hooks.trigger ("post-log-command");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue