We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef79d9 commit 1071d93Copy full SHA for 1071d93
ion-java-cli/src/main/java/com/amazon/tools/cli/SimpleIonCli.java
@@ -62,6 +62,7 @@ int cat( @Parameters(paramLabel = "FILE") File... files) {
62
return CommandLine.ExitCode.USAGE;
63
}
64
65
+ //TODO: Handle stream cutoff- java.io.IOException: Broken pipe
66
//TODO: This is not resilient to problems with a single file. Should it be?
67
try (InputStream in = getInputStream(files);
68
IonReader reader = IonReaderBuilder.standard().build(in);
0 commit comments