commander icon indicating copy to clipboard operation
commander copied to clipboard

Add option to disable colored output of the command under test

Open SimonBaeumer opened this issue 5 years ago • 0 comments

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"

SimonBaeumer avatar Sep 10 '19 14:09 SimonBaeumer