mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Dependencies
- Added dependency nagging to the 'start', 'done' and 'delete' commands.
This commit is contained in:
parent
199114abcd
commit
e619f8c91d
3 changed files with 16 additions and 7 deletions
|
@ -135,7 +135,7 @@ bool dependencyIsBlocked (Task&);
|
|||
bool dependencyIsBlocking (Task&);
|
||||
bool dependencyIsCircular (Task&);
|
||||
bool dependencyChainBroken (Task&);
|
||||
void dependencyNag (Task&);
|
||||
std::string dependencyNag (Task&);
|
||||
|
||||
// list template
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue