mirror of
https://github.com/ipfs/kubo.git
synced 2025-10-15 10:45:39 +08:00
switch urlstore to the new commands lib
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
@ -136,7 +136,7 @@ var rootSubcommands = map[string]*cmds.Command{
|
||||
"tar": lgc.NewCommand(TarCmd),
|
||||
"file": lgc.NewCommand(unixfs.UnixFSCmd),
|
||||
"update": lgc.NewCommand(ExternalBinary()),
|
||||
"urlstore": lgc.NewCommand(urlStoreCmd),
|
||||
"urlstore": urlStoreCmd,
|
||||
"version": lgc.NewCommand(VersionCmd),
|
||||
"shutdown": lgc.NewCommand(daemonShutdownCmd),
|
||||
}
|
||||
|
Reference in New Issue
Block a user