mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
More fixes
This commit is contained in:
parent
5414b55361
commit
ca77f3bd8e
1 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,8 @@ public interface CommandControl extends ProcessControl {
|
|||
|
||||
String readStdoutDiscardErr() throws Exception;
|
||||
|
||||
String readJoinedOutputOrThrow() throws Exception;
|
||||
|
||||
String readStderrDiscardStdout() throws Exception;
|
||||
|
||||
void discardOrThrow() throws Exception;
|
||||
|
|
Loading…
Reference in a new issue