Package io.quarkus.picocli.runtime
Class PicocliConfiguration
- java.lang.Object
-
- io.quarkus.picocli.runtime.PicocliConfiguration
-
@ConfigRoot(phase=RUN_TIME) public class PicocliConfiguration extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Optional<String>topCommandName of bean annotated withTopCommandor FQCN of class which will be used as entry point for Picocli CommandLine instance.
-
Constructor Summary
Constructors Constructor Description PicocliConfiguration()
-
-
-
Field Detail
-
topCommand
@ConfigItem public Optional<String> 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.
-
-