Module: cli¶
cli provides the openapi-testgen command-line interface built on Picocli. It supports JVM distribution (fat JAR) and an optional GraalVM native image build.
Depends on¶
distribution-bundle
Key types¶
GenerateCommand(Picocli): maps flags toTestGeneratorOverridesKeyValueParser: parses nested--setting/--generator-optionstructures (a.b[]=x)
API reference¶
- Dokka API reference:
docs/api/cli/index.html
Related docs¶
- Reference: CLI reference
- Getting started: First test suite (CLI)