mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
Fixed report colors in calendar
This commit is contained in:
parent
abddb1ea8e
commit
938e9130d6
1 changed files with 2 additions and 0 deletions
|
@ -348,6 +348,8 @@ int CmdCalendar::execute (std::string& output)
|
|||
args.push_back ("rc:" + Context::getContext ().rc_file._data);
|
||||
args.push_back ("rc.due:0");
|
||||
args.push_back ("rc.verbose:label,affected,blank");
|
||||
if (Context::getContext ().color ())
|
||||
args.push_back ("rc._forcecolor:on");
|
||||
args.push_back ("due.after:" + after);
|
||||
args.push_back ("due.before:" + before);
|
||||
args.push_back ("-nocal");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue