- New command that lists reports and their descriptions.
This commit is contained in:
Paul Beckingham 2011-05-30 12:23:23 -04:00
parent 37b48c56d5
commit 73e9f52793
7 changed files with 166 additions and 0 deletions

View file

@ -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 ();