Behat\Testwork\Cli\Application::createCommand PHP Method

createCommand() private method

Creates main command for application.
private createCommand ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : Command
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
return Symfony\Component\Console\Command\Command
    private function createCommand(InputInterface $input, OutputInterface $output)
    {
        return $this->createContainer($input, $output)->get('cli.command');
    }