cargo-ui icon indicating copy to clipboard operation
cargo-ui copied to clipboard

Windows: every child cargo process show a black console window

Open ogoffart opened this issue 2 years ago • 0 comments

On Windows, loading the metadata and other child cargo processes show a cmd window.

Seems like we need to add some flags to every command so they don't show https://stackoverflow.com/questions/59692146/is-it-possible-to-use-the-standard-library-to-spawn-a-process-without-showing-th

The problem is that some sub processes are started from 3rd party crates

ogoffart avatar May 10 '22 10:05 ogoffart