-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
More verbose impl fmt::Debug for process::Command #42200
Copy link
Copy link
Closed
Labels
C-feature-acceptedCategory: A feature request that has been accepted pending implementation.Category: A feature request that has been accepted pending implementation.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
C-feature-acceptedCategory: A feature request that has been accepted pending implementation.Category: A feature request that has been accepted pending implementation.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
impl fmt::Debug for process::Commandcurrently 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 :-)