TCP|UDP 客户端数据转发支持更新

This commit is contained in:
jixishi
2024-04-19 22:42:28 +08:00
parent dffb269247
commit 5bf90d1b63
4 changed files with 78 additions and 19 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ func cmdhelp() {
var page = 0
fmt.Printf(">-------Help(%v)-------<\n", page)
for i := 0; i < len(commands); i++ {
strout(config.outputCode, fmt.Sprintf(" %-10v --%v\n", commands[i].name, commands[i].description))
strout(out, config.outputCode, fmt.Sprintf(" %-10v --%v\n", commands[i].name, commands[i].description))
}
}
func cmdexit() {