mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 22:11:44 -07:00
output color is now configurable
This commit is contained in:
parent
2d11cfab92
commit
d3deb24ead
10 changed files with 86 additions and 60 deletions
|
@ -62,7 +62,8 @@ codeCodes = {
|
|||
'purple': u'0;35', 'bright red': u'1;31',
|
||||
'yellow': u'0;33', 'bright purple': u'1;35',
|
||||
'dark gray': u'1;30', 'bright yellow': u'1;33',
|
||||
'normal': u'0'
|
||||
'magenta': u'0;35', 'bright magenta': u'1;35',
|
||||
'normal': u'0' ,
|
||||
}
|
||||
|
||||
def stringc(text, color):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue