更新 mes_in_sct/start.php

This commit is contained in:
james 2025-07-28 00:02:11 +08:00
parent 21c0354e21
commit 47e948f685

View File

@ -1,5 +1,6 @@
#!/usr/bin/env php
<?php
require_once __DIR__ . '/vendor/autoload.php';
// 使用 getopt 函数解析命令行参数
$options = getopt('h::', ['APP_ENV::', 'help::']);