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
impl fmt::Debug for process::Command currently only outputs the program and it's arguments. It should also output the environment variables and the current path, as set by .env(), .envs() and .current_dir(). This would help with figuring out what's going on :-)