shellpy
shellpy copied to clipboard
Ability to return just stdout string with s`
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?