mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-22 12:51:19 +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:
@ -25,7 +25,7 @@ func KeyListTextMarshaler(res cmds.Response) ([]byte, error) {
|
||||
return []byte(s), nil
|
||||
}
|
||||
|
||||
var refsCmd = &cmds.Command{
|
||||
var RefsCmd = &cmds.Command{
|
||||
Helptext: cmds.HelpText{
|
||||
Tagline: "Lists link hashes from an object",
|
||||
ShortDescription: `
|
||||
|
Reference in New Issue
Block a user