1
0
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:
Steven Allen
2018-07-16 12:29:29 -07:00
parent 0349d9de43
commit 89e1d9fd49
2 changed files with 11 additions and 15 deletions

View File

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