Enhancement - deprecated color
- Improved the warning about deprecated color usage to include actual examples from .taskrc.
This commit is contained in:
@@ -574,7 +574,7 @@ int handleVersion (std::string &outs)
|
|||||||
<< std::endl;
|
<< std::endl;
|
||||||
|
|
||||||
foreach (i, deprecatedColors)
|
foreach (i, deprecatedColors)
|
||||||
out << " " << *i << std::endl;
|
out << " " << *i << "=" << context.config.get (*i) << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Verify installation. This is mentioned in the documentation as the way to
|
// Verify installation. This is mentioned in the documentation as the way to
|
||||||
|
|||||||
Reference in New Issue
Block a user