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:
@ -82,6 +82,7 @@ var rootSubcommands = map[string]*cmds.Command{
|
||||
"config": ConfigCmd,
|
||||
"dht": DhtCmd,
|
||||
"diag": DiagCmd,
|
||||
"get": GetCmd,
|
||||
"id": IDCmd,
|
||||
"log": LogCmd,
|
||||
"ls": LsCmd,
|
||||
|
Reference in New Issue
Block a user