mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
parent
37b48c56d5
commit
73e9f52793
7 changed files with 166 additions and 0 deletions
|
@ -224,6 +224,8 @@ int Context::dispatch2 (std::string &out)
|
|||
if (args.extract_command (keywords, command))
|
||||
{
|
||||
Command* c = commands[command];
|
||||
|
||||
// GC is invoked prior to running any command that displays task IDs.
|
||||
if (c->displays_id ())
|
||||
tdb.gc ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue