You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`-t`|`--topic`| The MQTT topic the client will subscribe to. ||
4
-
|`-q`|`--qos`| Define the quality of service level. If only one QoS is specified it will be used for all topics.<br> You can define a specific QoS level for every topic. The corresponding QoS levels will be matched in order to the given topics. |`0`|
5
-
|`-of`|`--outputToFile`| Append the received publish messages to a file. Creates the file if it does not exist. ||
6
-
|`-b64`|`--base64`| Whether the received publish messages will be base64 encoded. |`false`|
7
-
|`-J`|`--jsonOutput`| Print the received publishes in pretty JSON format. |`false`|
8
-
|`-T`|`--showTopics`| Prepend the specific topic name to the received publish. |`false`|
9
-
|`-up`|`--userProperty`| A user property of the subscribe message. ||
|`-t`|`--topic`| The MQTT topic the client will subscribe to. ||
4
+
|`-q`|`--qos`| Define the quality of service level. If only one QoS is specified it will be used for all topics.<br> You can define a specific QoS level for every topic. The corresponding QoS levels will be matched in order to the given topics. |`0`|
5
+
||`--output-to-file`| Append the received publish messages to a file. Creates the file if it does not exist. ||
6
+
||`--base64`| Whether the received publish messages will be base64 encoded. |`false`|
7
+
|`-J`|`--json-output`| Print the received publishes in pretty JSON format. |`false`|
8
+
|`-T`|`--show-topics`| Prepend the specific topic name to the received publish. |`false`|
9
+
||`--user-property`| A user property of the subscribe message. ||
0 commit comments