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:
@ -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,
|
||||
}
|
||||
|
Reference in New Issue
Block a user