CLI2: Colored diagnostics for MISCELLANEOUS args
This commit is contained in:
@@ -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 == "CMD") tags += "\033[1;37;46m" + tag + "\033[0m";
|
||||||
else if (tag == "FILTER") tags += "\033[1;37;42m" + 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 == "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 == "RC") tags += "\033[1;37;41m" + tag + "\033[0m";
|
||||||
else if (tag == "CONFIG") tags += "\033[1;37;101m" + 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";
|
else if (tag == "PSEUDO") tags += "\033[1;37;45m" + tag + "\033[0m";
|
||||||
|
|||||||
Reference in New Issue
Block a user