You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issues-translate-bot
changed the title
os/gcmd: 当从结构体创建子命令时,且子命令带有多个参数时解析出错
os/gcmd: Parsing error when creating a subcommand from a structure and the subcommand has multiple parameters.
Jun 30, 2024
Go version
go version go1.22.4 windows/amd64
GoFrame version
2.7.2
Can this bug be reproduced with the latest release?
Option Yes
What did you do?
What did you see happen?
当命令行为
wg gen controller a b
时,最后一个代码片段中in.A=="b",in.B==""
What did you expect to see?
当命令行为wg gen controller a b时,最后一个代码片段中
in.A=="a"
,in.B=="b"
The text was updated successfully, but these errors were encountered: