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
I wanted to write a wrapper of runProcess which would print out the command which was going to run before running it. However, the only way I have display a ProcessConfig is using the Show instance which prints out a lot more information (including full environment).
Ideally it would be good to expose the structure of ProcessConfig via the internal module (so I can write the function myself).