Commit 77fea892 authored by Matt Bell's avatar Matt Bell Committed by Juan Batiz-Benet

Added argument definition to 'cat' command

parent b420ba1e
......@@ -8,6 +8,9 @@ import (
)
var catCmd = &cmds.Command{
Arguments: []cmds.Argument{
cmds.Argument{"object", cmds.ArgString, false, true},
},
Help: "TODO",
Run: func(res cmds.Response, req cmds.Request) {
node := req.Context().Node
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment