1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-10-17 19:54:25 +08:00

Merge pull request #626 from jbenet/query-cmd

dht query command
This commit is contained in:
Juan Batiz-Benet
2015-01-23 22:01:48 -08:00
7 changed files with 584 additions and 76 deletions

View File

@ -80,6 +80,7 @@ var rootSubcommands = map[string]*cmds.Command{
"cat": CatCmd,
"commands": CommandsDaemonCmd,
"config": ConfigCmd,
"dht": DhtCmd,
"diag": DiagCmd,
"id": IDCmd,
"log": LogCmd,