mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-27 07:57:30 +08:00
core/commands: Made add command output a channel
core/commands: Don't use pointers for Type field
This commit is contained in:
@ -71,7 +71,7 @@ Note: list all refs recursively with -r.
|
||||
|
||||
return getRefs(n, req.Arguments(), unique, recursive)
|
||||
},
|
||||
Type: &KeyList{},
|
||||
Type: KeyList{},
|
||||
Marshalers: cmds.MarshalerMap{
|
||||
cmds.Text: KeyListTextMarshaler,
|
||||
},
|
||||
|
Reference in New Issue
Block a user