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
Just as there are specialized function to retrieve text or json, there should be a function to retrieve the code of the command (in may cases such as in git diff --quiet that is all I am interested in,
Just as there are specialized function to retrieve
text
orjson
, there should be a function to retrieve the code of the command (in may cases such as ingit diff --quiet
that is all I am interested in,Example:
If I just want the code, then the
noThrow
should be implicit.As of now I have to execute the command with
noThrow
and then fish for the code.It's a nice to have but I think it would increase the DX.
Thanks for a great library.
The text was updated successfully, but these errors were encountered: