- Added support for shadow file, shadow file command

- Added support for TDB::onChange callback
This commit is contained in:
Paul Beckingham 2008-10-09 17:19:57 -04:00
parent e7304e86ce
commit a5ec1e4b27
7 changed files with 168 additions and 81 deletions

View file

@ -659,9 +659,6 @@ void handleInfo (TDB& tdb, T& task, Config& conf)
if (table.rowCount ())
std::cout << optionalBlankLine (conf)
<< table.render ()
<< optionalBlankLine (conf)
<< table.rowCount ()
<< (table.rowCount () == 1 ? " task" : " tasks")
<< std::endl;
else
std::cout << "No matches." << std::endl;