mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-03 07:18:12 +08:00
Merge pull request #2810 from pfista/2680-stats-alias-commands
Adds aliases to stats command
This commit is contained in:
commit
b1b51e8f65
@ -28,7 +28,9 @@ for your ipfs node.`,
|
||||
},
|
||||
|
||||
Subcommands: map[string]*cmds.Command{
|
||||
"bw": statBwCmd,
|
||||
"bw": statBwCmd,
|
||||
"repo": repoStatCmd,
|
||||
"bitswap": bitswapStatCmd,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user