Classes
Methods
(static) CommandLine.create(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.
Parameters:
Name | Type | Description |
---|---|---|
cli |
CLI | the CLI definition |
- Source:
Returns:
the command line object
- Type
- CommandLine