Class Cli

java.lang.Object
org.veupathdb.lib.container.jaxrs.utils.Cli

public final class Cli extends Object
  • Method Details

    • parseCLI

      public static <T> T parseCLI(String[] args, T config)
      Parses the given arguments into the given annotated type.
      Type Parameters:
      T - Type of the input config object
      Parameters:
      args - CLI Input arguments
      config - Configuration object with PicoCLI annotated properties.
      Returns:
      Passthrough of the input config object