Code Cleanup
- The new 'echo.command' configuration variable was incorrectly flagged as obsolete by report.cpp:handleVersion.
This commit is contained in:
@@ -371,8 +371,8 @@ std::string handleVersion (Config& conf)
|
|||||||
"blanklines color color.active color.due color.overdue color.pri.H "
|
"blanklines color color.active color.due color.overdue color.pri.H "
|
||||||
"color.pri.L color.pri.M color.pri.none color.recurring color.tagged "
|
"color.pri.L color.pri.M color.pri.none color.recurring color.tagged "
|
||||||
"confirmation curses data.location dateformat default.command "
|
"confirmation curses data.location dateformat default.command "
|
||||||
"default.priority defaultwidth due locking monthsperline nag next project "
|
"default.priority defaultwidth due echo.command locking monthsperline nag "
|
||||||
"shadow.command shadow.file shadow.notify";
|
"next project shadow.command shadow.file shadow.notify";
|
||||||
|
|
||||||
// This configuration variable is supported, but not documented. It exists
|
// This configuration variable is supported, but not documented. It exists
|
||||||
// so that unit tests can force color to be on even when the output from task
|
// so that unit tests can force color to be on even when the output from task
|
||||||
|
|||||||
Reference in New Issue
Block a user