Class Version

java.lang.Object
io.quarkus.cli.Version
All Implemented Interfaces:
Callable<Integer>, picocli.CommandLine.IVersionProvider

public class Version extends Object implements picocli.CommandLine.IVersionProvider, Callable<Integer>
  • Field Details

    • output

      io.quarkus.cli.common.OutputOptionMixin output
    • helpOption

      io.quarkus.cli.common.HelpOption helpOption
    • propertiesOptions

      protected io.quarkus.cli.common.PropertiesOptions propertiesOptions
    • spec

      picocli.CommandLine.Model.CommandSpec spec
  • Constructor Details

    • Version

      public Version()
  • Method Details