提交 66866319 编写于 作者: chai2010's avatar chai2010

更新命令行显示的程序名字

上级 1e3cc21b
......@@ -17,8 +17,8 @@ import (
func main() {
cliApp := cli.NewApp()
cliApp.Name = "wago"
cliApp.Usage = "Wago is a tool for managing Wa source code."
cliApp.Name = "Wa"
cliApp.Usage = "Wa is a tool for managing Wa source code."
cliApp.Version = func() string {
if info, ok := debug.ReadBuildInfo(); ok {
if info.Main.Version != "" {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册