Exemple #1
0
<?php

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

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

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