-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
merge os.exec and os.system #1637
Copy link
Copy link
Closed
Labels
Feature/Enhancement RequestThis issue is made to request a feature or an enhancement to an existing one.This issue is made to request a feature or an enhancement to an existing one.
Metadata
Metadata
Assignees
Labels
Feature/Enhancement RequestThis issue is made to request a feature or an enhancement to an existing one.This issue is made to request a feature or an enhancement to an existing one.
Type
Fields
Give feedbackNo fields configured for issues without a type.
currently there are two similar signatures:
having only code or only output is not sufficient (or clumsy) in certain cases.
please create a "unified" version that returns both, output and code (maybe also split output into stdout and stderr).