mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-03 02:56:09 +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:
@ -24,7 +24,7 @@ type Node struct {
|
||||
Data []byte
|
||||
}
|
||||
|
||||
var objectCmd = &cmds.Command{
|
||||
var ObjectCmd = &cmds.Command{
|
||||
Helptext: cmds.HelpText{
|
||||
Tagline: "Interact with ipfs objects",
|
||||
ShortDescription: `
|
||||
|
Reference in New Issue
Block a user