shellpy icon indicating copy to clipboard operation
shellpy copied to clipboard

Ability to return just stdout string with s`

Open lamerman opened this issue 9 years ago • 0 comments

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?

lamerman avatar Feb 13 '16 07:02 lamerman