更新 mes_in_sct/start.php
Some checks failed
Run Unit Tests / test (pull_request) Failing after 5s

This commit is contained in:
james 2025-07-26 19:33:42 +08:00
parent f18e3f2a92
commit 571c7b7328

View File

@ -1,7 +1,7 @@
#!/usr/bin/env php
<?php
require_once __DIR__ . '/vendor/autoload.php';
// 使用 getopt 函数解析命令行参数
// 使用 getopt 函数解析命令行参数
$options = getopt('h::', ['APP_ENV::', 'help::']);
// 检查是否请求帮助信息
if (isset($options['h']) || isset($options['help'])) {