1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-08-06 03:19:47 +08:00
License: MIT
Signed-off-by: Brian Tiger Chow <brian@perfmode.com>

Conflicts:
	core/commands/root.go

begin ping command, WIP

finish initial ping implementation
This commit is contained in:
Brian Tiger Chow
2014-12-04 21:31:38 -08:00
committed by Jeromy
parent 06299297c5
commit 069966d55a
4 changed files with 116 additions and 0 deletions

View File

@ -81,6 +81,7 @@ var rootSubcommands = map[string]*cmds.Command{
"pin": PinCmd,
"refs": RefsCmd,
"swarm": SwarmCmd,
"ping": PingCmd,
"update": UpdateCmd,
"version": VersionCmd,
}