修正无默认值参数位置问题

This commit is contained in:
Yu Sun
2022-08-10 16:04:35 +08:00
parent fc42a5b1f0
commit f262e55698
4 changed files with 10 additions and 10 deletions

View File

@@ -272,7 +272,7 @@ docker exec -it edge_manager bash
```bash
# In container
php EdgeManager.php --server_name=GPU-server-01 --user=postgres --password=big_dick start
php EdgeManager.php --no_dup_code --server_name=GPU-server-01 --user=postgres --password=big_dick start
```
前端调试: