mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
CLI/Context
- Reordering init sequence. - Removed ::assumeLocations.
This commit is contained in:
parent
8ff32b767f
commit
3b1f244f42
6 changed files with 182 additions and 139 deletions
|
@ -41,6 +41,10 @@ static Date now;
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
void initializeColorRules ()
|
||||
{
|
||||
// If color is not enable/supported, short circuit.
|
||||
if (! context.color ())
|
||||
return;
|
||||
|
||||
try
|
||||
{
|
||||
gsColor.clear ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue