open static fun create(cli: CLI): CommandLine
Creates a command line object from the CLI. This object is intended to be used by the parser to set the argument and option values.
cli - the CLI definition
cli
Return the command line object