예제 #1
0
 /**
  * @param type $DI
  * @param array $options
  * @return mixed|type|void
  * @throws \Exception
  */
 public static function run($DI, $options = array())
 {
     $cliBootstrap = new CliBootstrap($DI);
     return $cliBootstrap->run($options);
 }