mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-30 22:43:24 +02:00
Enhancement - deprecated color
- Improved the warning about deprecated color usage to include actual examples from .taskrc.
This commit is contained in:
parent
5d0e6c3435
commit
e99c01c92c
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ int handleVersion (std::string &outs)
|
|||
<< std::endl;
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue