示例#1
0
文件: index.php 项目: v3u3i87/run_cli
<?php

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