If $request is null, a new request object is instantiated based on the value of the
'request' key in the $_classes array.
public static run ( object $request = null, array $options = [] ) : object | ||
$request | object | An instance of a request object with console request information. If `null`, an instance will be created. |
$options | array | |
return | object | The command action result which is an instance of `lithium\console\Response`. |