1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-10-18 20:24:30 +08:00

rename wantlist to bitswap, add stat command

This commit is contained in:
Jeromy
2015-02-20 01:45:01 -08:00
parent 559a241566
commit b514478f32
6 changed files with 132 additions and 58 deletions

View File

@ -98,7 +98,7 @@ var rootSubcommands = map[string]*cmds.Command{
"swarm": SwarmCmd,
"update": UpdateCmd,
"version": VersionCmd,
"wantlist": WantlistCmd,
"bitswap": BitswapCmd,
}
func init() {