mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-23 05:35:58 +08:00
feat(core/commands): expose commands to allow for the development of high-level interface
+ style: sort command list License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
This commit is contained in:
@ -18,7 +18,7 @@ type Block struct {
|
||||
Length int
|
||||
}
|
||||
|
||||
var blockCmd = &cmds.Command{
|
||||
var BlockCmd = &cmds.Command{
|
||||
Helptext: cmds.HelpText{
|
||||
Tagline: "Manipulate raw IPFS blocks",
|
||||
ShortDescription: `
|
||||
|
Reference in New Issue
Block a user