Skip to content

Commit

Permalink
Add dns and resolve commands to ROApi
Browse files Browse the repository at this point in the history
Resolves ipfs#2287

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@gmail.com>
  • Loading branch information
Kubuxu committed Feb 4, 2016
1 parent e8c753d commit ac37d23
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ var rootROSubcommands = map[string]*cmds.Command{
},
"cat": CatCmd,
"commands": CommandsDaemonROCmd,
"dns": DNSCmd,
"get": GetCmd,
"ls": LsCmd,
"name": &cmds.Command{
Expand All @@ -156,8 +157,8 @@ var rootROSubcommands = map[string]*cmds.Command{
"patch": ocmd.ObjectPatchCmd,
},
},
"refs": RefsROCmd,
//"resolve": ResolveCmd,
"refs": RefsROCmd,
"resolve": ResolveCmd,
"version": VersionCmd,
}

Expand Down

0 comments on commit ac37d23

Please sign in to comment.