goctl docker command add -version (#1206)
* feature(优化): 优化goctl goctl docker 命令新增version参数,指定builder golang 版本 * feature(优化): 优化goctl goctl docker 命令新增version参数,指定builder golang 版本
This commit is contained in:
@@ -255,6 +255,10 @@ var commands = []cli.Command{
|
||||
Name: "home",
|
||||
Usage: "the goctl home path of the template",
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "version",
|
||||
Usage: "the goctl builder golang image version",
|
||||
},
|
||||
},
|
||||
Action: docker.DockerCommand,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user