mirror of
https://github.com/ipfs/kubo.git
synced 2025-10-15 02:35:03 +08:00
resolve cmd: port to new cmd lib
License: MIT Signed-off-by: Łukasz Magiera <magik6k@gmail.com>
This commit is contained in:
@ -135,7 +135,7 @@ var rootSubcommands = map[string]*cmds.Command{
|
||||
"ping": lgc.NewCommand(PingCmd),
|
||||
"p2p": lgc.NewCommand(P2PCmd),
|
||||
"refs": lgc.NewCommand(RefsCmd),
|
||||
"resolve": lgc.NewCommand(ResolveCmd),
|
||||
"resolve": ResolveCmd,
|
||||
"swarm": lgc.NewCommand(SwarmCmd),
|
||||
"tar": lgc.NewCommand(TarCmd),
|
||||
"file": lgc.NewCommand(unixfs.UnixFSCmd),
|
||||
@ -183,7 +183,7 @@ var rootROSubcommands = map[string]*cmds.Command{
|
||||
"resolve": dag.DagResolveCmd,
|
||||
},
|
||||
}),
|
||||
"resolve": lgc.NewCommand(ResolveCmd),
|
||||
"resolve": ResolveCmd,
|
||||
"version": lgc.NewCommand(VersionCmd),
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user