1
0
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:
Jeromy
2015-11-11 12:47:47 -08:00
parent 3a2ac8f037
commit 7681b66fee
3 changed files with 79 additions and 1 deletions

View File

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