Skip to content

Commit b770deb

Browse files
fix test
1 parent 2c9a01a commit b770deb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/mindee/v2/cli/BaseInferenceCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public enum OutputType {
4141
+ "- summary: a basic summary (default)\n"
4242
+ "- full: detail extraction results, including options\n"
4343
+ "- raw: full JSON object",
44-
defaultValue = "Summary"
44+
defaultValue = "summary"
4545
)
4646
protected OutputType output;
4747

0 commit comments

Comments
 (0)