Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: 模版项目未提供 -config 启动选项 #8

Open
1 task
lunz1207 opened this issue Nov 16, 2021 · 0 comments
Open
1 task

[BUG]: 模版项目未提供 -config 启动选项 #8

lunz1207 opened this issue Nov 16, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@lunz1207
Copy link

What happened?

实际上并未提供 - config 启动选项,建议删除以下 -config 相关的文案

🍺 Project creation succeeded helloworld
💻 Use the following command to start the project 👇:

$ cd helloworld
$ go generate ./...
$ go build -o ./bin/ ./... 
$ ./bin/helloworld -conf ./configs

Version

0.1.0 (Default)

What OS are you seeing the problem on?

macOS

Relevant log output

➜  helloworld ./bin/helloworld -conf ./configs
flag provided but not defined: -conf
Usage of ./bin/helloworld:
  -grpc_addr string
        grpc listen address. (default ":31233")
  -http_addr string
        http listen address. (default ":31234")
  -name string
        app name. (default "hello")

Other

None

Contact Details

No response

Code of Conduct

  • I agree to follow this project
@lunz1207 lunz1207 added the bug Something isn't working label Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants