Hi guys, I have a question. When I use Process.run, can it be possible to keep the command output color ?
For example, if I run this, the ouput is only black and white. But normally ls have a colored output:
Process.run("ls", shell: true, output: Process::Redirect::Inherit)