Commit 9e8d108a authored by Jeromy Johnson's avatar Jeromy Johnson Committed by GitHub

Merge pull request #3499 from ipfs/dag-get-ro

dag get should be a read only command
parents a47d1b03 bb85dd98
......@@ -158,6 +158,11 @@ var rootROSubcommands = map[string]*cmds.Command{
"patch": ocmd.ObjectPatchCmd,
},
},
"dag": &cmds.Command{
Subcommands: map[string]*cmds.Command{
"get": dag.DagGetCmd,
},
},
"refs": RefsROCmd,
"resolve": ResolveCmd,
"version": VersionCmd,
......
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