1DUNE-COQ(1) Dune Manual DUNE-COQ(1)
2
3
4
6 dune-coq - Command group related to Coq.
7
9 dune coq top FILE -- ARGS
10
12 top [OPTION]… COQFILE [ARGS]…
13 Execute the Coq toplevel with the local configuration.
14
16 --help[=FMT] (default=auto)
17 Show this help in format FMT. The value FMT must be one of auto,
18 pager, groff or plain. With auto, the format is pager or plain
19 whenever the TERM env var is dumb or undefined.
20
21 --version
22 Show version information.
23
25 coq exits with the following status:
26
27 0 on success.
28
29 123 on indiscriminate errors reported on standard error.
30
31 124 on command line parsing errors.
32
33 125 on unexpected internal errors (bugs).
34
36 dune(1)
37
38
39
40Dune n/a DUNE-COQ(1)