-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e4d4260
commit 4f3693b
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
| Option | Long Version | Explanation | Default | | ||
|--------|------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------| | ||
| `-t` | `--topic` | The MQTT topic the client will subscribe to. | | | ||
| `-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` | | ||
| `-of` | `--outputToFile` | Append the received publish messages to a file. Creates the file if it does not exist. | | | ||
| `-b64` | `--base64` | Whether the received publish messages will be base64 encoded. | `false` | | ||
| `-J` | `--jsonOutput` | Print the received publishes in pretty JSON format. | `false` | | ||
| `-T` | `--showTopics` | Prepend the specific topic name to the received publish. | `false` | | ||
| `-up` | `--userProperty` | A user property of the subscribe message. | | | ||
| Option | Long Version | Explanation | Default | | ||
|--------|--------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------| | ||
| `-t` | `--topic` | The MQTT topic the client will subscribe to. | | | ||
| `-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` | | ||
| | `--output-to-file` | Append the received publish messages to a file. Creates the file if it does not exist. | | | ||
| | `--base64` | Whether the received publish messages will be base64 encoded. | `false` | | ||
| `-J` | `--json-output` | Print the received publishes in pretty JSON format. | `false` | | ||
| `-T` | `--show-topics` | Prepend the specific topic name to the received publish. | `false` | | ||
| | `--user-property` | A user property of the subscribe message. | | |