This commit is contained in:
crschnick
2025-05-28 10:23:40 +00:00
parent 7e6a8a8fb5
commit 54bfea6779
9 changed files with 78 additions and 26 deletions
@@ -77,8 +77,6 @@ public interface CommandControl extends ProcessControl {
String readStdoutOrThrow() throws Exception;
SecretValue readStdoutSecretOrThrow() throws Exception;
Optional<String> readStdoutIfPossible() throws Exception;
default boolean discardAndCheckExit() throws ProcessOutputException {