提交 f2c54f5a 作者: Juan Batiz-Benet

cmd2 bootstrapCmd missing type

上级 b836e72a
......@@ -25,6 +25,8 @@ var bootstrapCmd = &cmds.Command{
Run: bootstrapListCmd.Run,
Marshallers: bootstrapListCmd.Marshallers,
Type: bootstrapListCmd.Type,
Subcommands: map[string]*cmds.Command{
"list": bootstrapListCmd,
"add": bootstrapAddCmd,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论