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
As a user it would be great if the implementation mirrored os/execute for simplicity and ease of recall, choosing which of the exec family (execl, execlp, ..., execvpe) to invoke "under the hood" based on the provided options.
I'm always found it tiring and error-prone how Python for example exposes each of the exec family directly, opposed to say Ruby which exposes a single method that makes the common, Bash-like use case easy.