Skip to content

Commit

Permalink
Please the CI by splitting output in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yannham committed Dec 5, 2024
1 parent d2de2e7 commit 94eeb4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,8 @@ example, using Graphviz's `dot`: `topiary visualise input.ocaml | dot -Tpng
```
Visualise the input's Tree-sitter parse tree
Visualise generates a graph representation of the parse tree that can be rendered by external visualisation tools, such as Graphviz. By default, the output is in the DOT format.
Visualise generates a graph representation of the parse tree that can be rendered by external
visualisation tools, such as Graphviz. By default, the output is in the DOT format.
Usage: topiary visualise [OPTIONS] <--language <LANGUAGE>|FILE>
Expand Down

0 comments on commit 94eeb4b

Please sign in to comment.