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
Following what that funxion has already been through, I don't think there's much point in mimicking even more parts of cargo (isatty(), presumably, but then what does that make of Win32, also --color=always,auto,never, &c., &c.), especially for something as trite as colours in an insignificant part of the output. If cargo supported update-registry (which it won't: rust-lang/cargo#5961), I'd just fork+exec that, but otherwise meh.
Is it possible to pull cargo as a library or some sort to just run cargo's code directly? Or maybe just force --color=always when the user is in an interactive terminal?
There's a reason I'm not using libcargo (it's a fucking behemoth, and as stable as Rust (not very)). I'm not going to send rogue escapes to teletypes that don't understand them (which is most).
does not have color. It would be good to show the cargo version with color on an interactive terminal.
The text was updated successfully, but these errors were encountered: