1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-10-17 19:54:25 +08:00

initial implementation of repo-gc command

This commit is contained in:
Jeromy
2015-01-14 00:01:42 -08:00
parent 99872f61c0
commit f0781d8119
3 changed files with 108 additions and 3 deletions

View File

@ -79,9 +79,10 @@ var rootSubcommands = map[string]*cmds.Command{
"name": NameCmd,
"object": ObjectCmd,
"pin": PinCmd,
"refs": RefsCmd,
"swarm": SwarmCmd,
"ping": PingCmd,
"refs": RefsCmd,
"repo": RepoCmd,
"swarm": SwarmCmd,
"update": UpdateCmd,
"version": VersionCmd,
}