File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,9 @@ Usage scenarios
60
60
How big is this project?
61
61
--
62
62
63
- This is answered by producing a graph for the whole project without
64
- knowing anything about it. This graph
65
- may be unreadable, but it gives a sense of the project's complexity.
66
- Use the canonical command pipeline for this:
63
+ Produce a graph for the whole project without knowing anything about
64
+ it. This graph may be unreadable, but it gives a sense of the
65
+ project's complexity. Use the canonical command pipeline for this:
67
66
68
67
```
69
68
$ cd my-project
@@ -87,7 +86,7 @@ tangled up.
87
86
as performed by ` tred ` helps with that but is not always sufficient.
88
87
89
88
For better results, you can build a graph only for selected
90
- components. This is achieved by specifying ` dune ` files or selected
89
+ components. Specify ` dune ` files or selected
91
90
subfolders directly on the command line. Something like this:
92
91
93
92
```
You can’t perform that action at this time.
0 commit comments