Marked place in code with TODO for completion of enhancement #407.
(which was called #307 wrongly in commit 51e5a183)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user