Files
pkl/docs/modules/java-binding/partials/cli-codegen-options.adoc
Peter Niederwieser ecad035dca Initial commit
2024-02-01 14:00:22 -08:00

24 lines
498 B
Plaintext

.--indent
[%collapsible]
====
Default: `" "` (two spaces) +
Example: `"\t"` (one tab) +
The characters to use for indenting generated source code.
====
.-o, --output-dir
[%collapsible]
====
Default: (not set) +
Example: `generated/` +
The directory where generated source code is placed.
Relative paths are resolved against the working directory.
====
.--generate-spring-boot
[%collapsible]
====
Default: (not set) +
Flag that indicates to generate config classes for use with Spring Boot.
====