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
For some cases it is more convenient just to get string of stdout from the command executed, not result. We need to think about it. Is it worth it to introduce
s`echo 1
parameter that will return only string.
To think about: What if return code is not 0, how to notify user that it was not ok?
The text was updated successfully, but these errors were encountered:
For some cases it is more convenient just to get string of stdout from the command executed, not result. We need to think about it. Is it worth it to introduce
s`echo 1
parameter that will return only string.
To think about: What if return code is not 0, how to notify user that it was not ok?
The text was updated successfully, but these errors were encountered: