qiuchengw
Results
3
issues of
qiuchengw
客户端在执行ParseArgs是无法成功的。 ` ./mgrok start -proto="proto" -config="mycfg.yaml" ` 这样启动是不行的。原因在于: ` opts = &Options{ ... command: flag.Arg(0), //执行这一句将导致其他的所有命令行参数都无法解析出来 } ` 我的环境: golang:1.8.1 os: mac osx - high sierra 10.13
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...
enhancement :sparkles: