You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment it is needed to remove colored output from the shell with something like this:
echo command | sed -r "s/\x1B[([0-9]{1,2}(;[0-9]{1,2})?)?[mGK]//g"
The text was updated successfully, but these errors were encountered:
SimonBaeumer
changed the title
Add option to disable colored output of tests
Add option to disable colored output of the command under test
Sep 10, 2019
At the moment it is needed to remove colored output from the shell with something like this:
echo command | sed -r "s/\x1B[([0-9]{1,2}(;[0-9]{1,2})?)?[mGK]//g"
The text was updated successfully, but these errors were encountered: