Class Cli
java.lang.Object
org.veupathdb.lib.container.jaxrs.utils.Cli
-
Method Summary
-
Method Details
-
parseCLI
Parses the given arguments into the given annotated type.- Type Parameters:
T
- Type of the input config object- Parameters:
args
- CLI Input argumentsconfig
- Configuration object with PicoCLI annotated properties.- Returns:
- Passthrough of the input config object
-