We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c9a01a commit b770debCopy full SHA for b770deb
1 file changed
src/main/java/com/mindee/v2/cli/BaseInferenceCommand.java
@@ -41,7 +41,7 @@ public enum OutputType {
41
+ "- summary: a basic summary (default)\n"
42
+ "- full: detail extraction results, including options\n"
43
+ "- raw: full JSON object",
44
- defaultValue = "Summary"
+ defaultValue = "summary"
45
)
46
protected OutputType output;
47
0 commit comments