Turns out, the Message will Marshal properly.
License: MIT Signed-off-by: Jeremia Dominguez <ragef33@gmail.com>
TUSF committed
May 9, 2017 at 05:04 UTC
43b0b17d9a934f22a9a89de4cbd9c3fd97db1877
1 file changed
+12
core/commands/pubsub.go
+12
@@ -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{