mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-26 12:57:44 +08:00
Merge pull request #3909 from TUSF/doc/pubsub-end
Adding documentation that PubSub Sub can be encoded.
This commit is contained in:
commit
d6983801de
@ -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 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{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user