Package io.quarkus.picocli.runtime
Interface PicocliConfiguration
@ConfigRoot(phase=RUN_TIME)
@ConfigMapping(prefix="quarkus.picocli")
public interface PicocliConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionName of bean annotated withTopCommandor FQCN of class which will be used as entry point for Picocli CommandLine instance.
-
Method 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.
-