We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e132d commit 1e93f79Copy full SHA for 1e93f79
doc/instrumentation.rst
@@ -23,7 +23,9 @@ executable stanza:
23
(library
24
(name ...)
25
(instrumentation
26
- (backend <name>)))
+ (backend <name> <args>)))
27
+
28
+The backend ``<name>`` can be passed arguments using ``<args>``.
29
30
This field can be repeated multiple times in order to support various
31
backends. For instance:
@@ -33,7 +35,7 @@ backends. For instance:
33
35
34
36
(name foo)
37
(modules foo)
- (instrumentation (backend bisect_ppx))
38
+ (instrumentation (backend bisect_ppx --bisect-silent yes))
39
(instrumentation (backend landmarks)))
40
41
This will instruct Dune that when either the ``bisect_ppx`` or ``landmarks``
0 commit comments