mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-01 18:27:20 +02:00
Bug Fix - _forcecolor considered obsolete
- Fixed bug that considered the _forcecolor configuration variable to be obsolete. Thanks to Bruce Dillahunty.
This commit is contained in:
parent
81e96e0ec4
commit
179f60ed8d
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ std::string handleVersion (Config& conf)
|
||||||
// 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
|
||||||
// is redirected to a file, or stdout is not a tty.
|
// is redirected to a file, or stdout is not a tty.
|
||||||
recognized += " _forcecolor";
|
recognized += "_forcecolor ";
|
||||||
|
|
||||||
std::vector <std::string> unrecognized;
|
std::vector <std::string> unrecognized;
|
||||||
foreach (i, all)
|
foreach (i, all)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue