Package io.quarkus.picocli.runtime
Class PicocliConfiguration
java.lang.Object
io.quarkus.picocli.runtime.PicocliConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionName of bean annotated withTopCommandor FQCN of class which will be used as entry point for Picocli CommandLine instance. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
topCommand
Name of bean annotated withTopCommandor FQCN of class which will be used as entry point for Picocli CommandLine instance. This class needs to be annotated withCommandLine.Command.
-
-
Constructor Details
-
PicocliConfiguration
public PicocliConfiguration()
-