We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 219b41b + 43b0b17 commit d698380Copy full SHA for d698380
core/commands/pubsub.go
@@ -51,6 +51,18 @@ This is an experimental feature. It is not intended in its current state
51
to be used in a production environment.
52
53
To use, the daemon must be run with '--enable-pubsub-experiment'.
54
+`,
55
+ LongDescription: `
56
+ipfs pubsub sub subscribes to messages on a given topic.
57
+
58
+This is an experimental feature. It is not intended in its current state
59
+to be used in a production environment.
60
61
+To use, the daemon must be run with '--enable-pubsub-experiment'.
62
63
+This command outputs data in the following encodings:
64
+ * "json"
65
+(Specified by the "--encoding" or "--enc" flag)
66
`,
67
},
68
Arguments: []cmds.Argument{
0 commit comments