1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-10-18 04:03:01 +08:00

core/commands: Added 'get' command

This commit is contained in:
Matt Bell
2015-01-22 00:54:41 -08:00
parent 316576aa9f
commit 36249b9292
2 changed files with 179 additions and 0 deletions

View File

@ -82,6 +82,7 @@ var rootSubcommands = map[string]*cmds.Command{
"config": ConfigCmd,
"dht": DhtCmd,
"diag": DiagCmd,
"get": GetCmd,
"id": IDCmd,
"log": LogCmd,
"ls": LsCmd,