Method | Description | |
---|---|---|
resolveCommand ( Webmozart\Console\Api\Args\RawArgs $args, Webmozart\Console\Api\Application\Application $application ) : |
Returns the command to execute for the given console arguments. |
public resolveCommand ( Webmozart\Console\Api\Args\RawArgs $args, Webmozart\Console\Api\Application\Application $application ) : |
||
$args | Webmozart\Console\Api\Args\RawArgs | The console arguments. |
$application | Webmozart\Console\Api\Application\Application | The application. |
return | The command to execute. |