Sync CLI help and README

This commit is contained in:
2026-04-17 10:26:27 +08:00
parent eb8c76492c
commit 014dc88a33
3 changed files with 4 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ sudo ./iptables-forward.sh --batch add <proto> <listen_port> <target_ip> <target
sudo ./iptables-forward.sh --batch delete <uuid>
sudo ./iptables-forward.sh --batch list
sudo ./iptables-forward.sh --batch save
sudo ./iptables-forward.sh --batch env
```
参数说明:
@@ -141,6 +142,7 @@ tests/run_all.sh --skip-integration
测试覆盖:
- `tests/test_cli.sh`:入口脚本与安装脚本帮助输出
- `tests/test_common.sh`:输入校验
- `tests/test_storage.sh`:规则存储
- `tests/test_env_check.sh`:环境检查与修复