mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CLI2: Colored diagnostics for MISCELLANEOUS args
This commit is contained in:
parent
f850e0946b
commit
018592abac
1 changed files with 10 additions and 9 deletions
|
@ -230,6 +230,7 @@ const std::string A2::dump () const
|
|||
else if (tag == "CMD") tags += "\033[1;37;46m" + tag + "\033[0m";
|
||||
else if (tag == "FILTER") tags += "\033[1;37;42m" + tag + "\033[0m";
|
||||
else if (tag == "MODIFICATION") tags += "\033[1;37;43m" + tag + "\033[0m";
|
||||
else if (tag == "MISCELLANEOUS") tags += "\033[1;37;45m" + tag + "\033[0m";
|
||||
else if (tag == "RC") tags += "\033[1;37;41m" + tag + "\033[0m";
|
||||
else if (tag == "CONFIG") tags += "\033[1;37;101m" + tag + "\033[0m";
|
||||
else if (tag == "PSEUDO") tags += "\033[1;37;45m" + tag + "\033[0m";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue