提交 26c2164c 作者: Matt Bell 提交者: Juan Batiz-Benet

core/commands2: Removed 'echo' test command

上级 2915007c
...@@ -103,11 +103,6 @@ var rootSubcommands = map[string]*cmds.Command{ ...@@ -103,11 +103,6 @@ var rootSubcommands = map[string]*cmds.Command{
res.SetValue(req.Arguments()) res.SetValue(req.Arguments())
}, },
}, },
"echo": &cmds.Command{
Run: func(res cmds.Response, req cmds.Request) {
res.SetValue(req.Stream())
},
},
} }
func init() { func init() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论