mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Dependencies
- Added support for rc.dependency.reminder. - Modified man page.
This commit is contained in:
parent
975c2bbcb9
commit
ec3c1c4def
4 changed files with 13 additions and 3 deletions
|
@ -199,7 +199,8 @@ std::string dependencyNag (Task& task)
|
|||
{
|
||||
std::stringstream out;
|
||||
|
||||
if (task.has ("depends"))
|
||||
if (context.config.getBoolean ("dependency.reminder") &&
|
||||
task.has ("depends"))
|
||||
{
|
||||
out << "# dependencyNag "
|
||||
<< task.id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue