- Added support for shadow file, shadow file command
- Added support for TDB::onChange callback
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user