예제 #1
0
파일: index.php 프로젝트: v3u3i87/run_cli
<?php

require_once 'bin/run.php';
Run::getVal(function ($argv) {
}, $argv);
Run::setExit();