More fixes

This commit is contained in:
crschnick 2024-02-26 07:18:53 +00:00
parent 5414b55361
commit ca77f3bd8e

View file

@ -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;