1
0
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:
Overbool
2018-10-26 01:11:11 +08:00
parent 7ecd6756b4
commit 2fe969a26a
2 changed files with 32 additions and 47 deletions

View File

@ -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),