mirror of
https://github.com/ipfs/kubo.git
synced 2025-05-28 21:35:36 +08:00
refactor(commands/id): use new command
License: MIT Signed-off-by: Overbool <overbool.xu@gmail.com>
This commit is contained in:
@ -128,7 +128,7 @@ var rootSubcommands = map[string]*cmds.Command{
|
||||
"dht": lgc.NewCommand(DhtCmd),
|
||||
"diag": lgc.NewCommand(DiagCmd),
|
||||
"dns": lgc.NewCommand(DNSCmd),
|
||||
"id": lgc.NewCommand(IDCmd),
|
||||
"id": IDCmd,
|
||||
"key": KeyCmd,
|
||||
"log": lgc.NewCommand(LogCmd),
|
||||
"ls": lgc.NewCommand(LsCmd),
|
||||
|
Reference in New Issue
Block a user