Interface PicocliConfiguration


@ConfigRoot(phase=RUN_TIME) @ConfigMapping(prefix="quarkus.picocli") public interface PicocliConfiguration
  • Method Summary

    Modifier and Type
    Method
    Description
    Name of bean annotated with TopCommand or FQCN of class which will be used as entry point for Picocli CommandLine instance.
  • Method Details

    • topCommand

      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.