open static fun inject(cli: CommandLine, object: Any): Unit
Injects the value in the annotated setter methods (Option and Argument.
cli - the cli
cli
object - the object to be injected
object
CLIException - if an injection issue occurred.
CLIException