mirror of https://github.com/ARMmbed/mbed-os.git
Add a setting for colorization map so that it may be overwritten by the user
parent
3aacdb4421
commit
21f025e601
|
@ -51,6 +51,10 @@ BUILD_OPTIONS = []
|
|||
# mbed.org username
|
||||
MBED_ORG_USER = ""
|
||||
|
||||
CLI_COLOR_MAP = {
|
||||
"warning": "yellow",
|
||||
"error" : "red"
|
||||
}
|
||||
|
||||
##############################################################################
|
||||
# User Settings (file)
|
||||
|
|
Loading…
Reference in New Issue