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
It is common to want to log a command that you are about to run (or a command that you just ran, on error). Currently to do that you have to combine Cmd.Path and strings.Join Cmd.Args. I propose that we add a String method to Cmd that implements this very common need.