mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 03:19:47 +08:00
ping WIP
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:
@ -81,6 +81,7 @@ var rootSubcommands = map[string]*cmds.Command{
|
||||
"pin": PinCmd,
|
||||
"refs": RefsCmd,
|
||||
"swarm": SwarmCmd,
|
||||
"ping": PingCmd,
|
||||
"update": UpdateCmd,
|
||||
"version": VersionCmd,
|
||||
}
|
||||
|
Reference in New Issue
Block a user