Skip to content

Commit

Permalink
add dot format examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Aug 17, 2019
1 parent 14c5477 commit 4d178c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ with unset attributes filtered out and the message body:

![info mode](doc/images/tap.png)

Using the `--format=dot` option, the `info` command can generate output in
the `dot` format, which can be visualized using graphviz, e.g.
`rabtap info --show-default --format dot | dot -T svg > mybroker.svg`

![info mode](doc/images/info-dot.png)

## Installation

Pre-compiled binaries can be downloaded for multiple platforms from the
Expand Down
Binary file added doc/images/info-dot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4d178c0

Please sign in to comment.