예제 #1
0
파일: pr_list.php 프로젝트: quelle/Githutil
<?php

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

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

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