Console Application This class is used to define the application and its commands.
| Return | void |
| $name | string |
| $object | string|Darken\Console\CommandInterface |
| $params | array |
| Return | void |
| Return | int |
| Return | string |
| Return | ?string |
| Return | array |
| $name | string |
| $defaultValue | string|int|bool |
| Return | string|int|bool |
Outputs a message to the CLI with a newline.
| $message | string |
| Return | void |
Styles text in red.
| $text | string |
| Return | string |
Styles text in yellow.
| $text | string |
| Return | string |
Styles text in green.
| $text | string |
| Return | string |