PhpBrew\Command\AppCommand::execute PHP Method

execute() public method

public execute ( )
    public function execute()
    {
        $listCommand = $this->getCommand('list');
        $listCommand->execute();
    }