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
Subprocess would be used if we want to have a post-execution hook, so we need to retain control of the process. Specifically, where we don't need interactive TTY access, which is why we use exec in the first place.
Subprocess would be used if we want to have a post-execution hook, so we need to retain control of the process. Specifically, where we don't need interactive TTY access, which is why we use exec in the first place.