Class PicocliConfiguration

java.lang.Object
io.quarkus.picocli.runtime.PicocliConfiguration

@ConfigRoot(phase=RUN_TIME) public class PicocliConfiguration extends Object
  • Field Details

    • topCommand

      @ConfigItem public Optional<String> topCommand
      Name of bean annotated with TopCommand or FQCN of class which will be used as entry point for Picocli CommandLine instance. This class needs to be annotated with CommandLine.Command.
  • Constructor Details

    • PicocliConfiguration

      public PicocliConfiguration()