Skip to content

Commit

Permalink
Merge pull request #3499 from ipfs/dag-get-ro
Browse files Browse the repository at this point in the history
dag get should be a read only command
  • Loading branch information
whyrusleeping authored Dec 14, 2016
2 parents a47d1b0 + bb85dd9 commit 9e8d108
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9e8d108

Please sign in to comment.