Ejemplo n.º 1
0
<?php

require_once dirname(__FILE__) . '/../app/bootstrap.php';
$gc = new \Githutil\Command\Controller\GithubController($argv);
$gc->prList();
Ejemplo n.º 2
0
<?php

require_once dirname(__FILE__) . '/../app/bootstrap.php';
$gc = new \Githutil\Command\Controller\GithubController($argv);
$gc->prWatcher();
Ejemplo n.º 3
0
<?php

require_once dirname(__FILE__) . '/../app/bootstrap.php';
$gc = new \Githutil\Command\Controller\GithubController($argv);
$gc->notPRList();