mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 03:19:47 +08:00
initial support for commands to use external binaries
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
@ -111,7 +111,7 @@ var rootSubcommands = map[string]*cmds.Command{
|
||||
"tar": TarCmd,
|
||||
"tour": tourCmd,
|
||||
"file": unixfs.UnixFSCmd,
|
||||
"update": UpdateCmd,
|
||||
"update": cmds.ExternalBinary(),
|
||||
"version": VersionCmd,
|
||||
"bitswap": BitswapCmd,
|
||||
}
|
||||
|
Reference in New Issue
Block a user