mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-01 19:24:14 +08:00
Turns out, the Message will Marshal properly.
License: MIT Signed-off-by: Jeremia Dominguez <ragef33@gmail.com>
This commit is contained in:
@ -51,6 +51,18 @@ This is an experimental feature. It is not intended in its current state
|
|||||||
to be used in a production environment.
|
to be used in a production environment.
|
||||||
|
|
||||||
To use, the daemon must be run with '--enable-pubsub-experiment'.
|
To use, the daemon must be run with '--enable-pubsub-experiment'.
|
||||||
|
`,
|
||||||
|
LongDescription: `
|
||||||
|
ipfs pubsub sub subscribes to messages on a given topic.
|
||||||
|
|
||||||
|
This is an experimental feature. It is not intended in its current state
|
||||||
|
to be used in a production environment.
|
||||||
|
|
||||||
|
To use, the daemon must be run with '--enable-pubsub-experiment'.
|
||||||
|
|
||||||
|
This command outputs data in the following encodings:
|
||||||
|
* "json"
|
||||||
|
(Specified by the "--encoding" or "--enc" flag)
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
Arguments: []cmds.Argument{
|
Arguments: []cmds.Argument{
|
||||||
|
Reference in New Issue
Block a user