string Cli::getOption(string $message, array $options, [ string $default_value = '' ], [ bool $add_numbering = false ])
Get option from list
| Parameter | Required | Type | Description |
|---|---|---|---|
| message | Yes | string | |
| options | Yes | array | |
| default_value | No | string | |
| add_numbering | No | bool |
string