Marked place in code with TODO for completion of enhancement #407.

(which was called #307 wrongly in commit 51e5a183)
This commit is contained in:
Federico Hernandez
2010-06-08 10:05:27 +02:00
parent c9360ad9c4
commit 52c029d4d9

View File

@@ -699,6 +699,11 @@ int handleShow (std::string &outs)
foreach (i, all)
{
std::string value = context.config.get (*i);
// TODO Add configuration variables and names to output table
// TODO depending on argument to the show command
// TODO alias, calendar, color, general, holiday, report
int row = table.addRow ();
table.addCell (row, 0, *i);
table.addCell (row, 1, value);