1DUNE-HELP(1) Dune Manual DUNE-HELP(1)
2
3
4
6 dune-help - Additional Dune help
7
9 dune help [--build-info] [--man-format=FMT] [OPTION]… [TOPIC]
10
12 dune help TOPIC provides additional help on the given topic. The
13 following topics are available:
14
15 config
16 dune-config
17
19 --build-info
20 Show build information.
21
22 --man-format=FMT (absent=pager)
23 Show output in format FMT. The value FMT must be one of auto,
24 pager, groff or plain. With auto, the format is pager or plain
25 whenever the TERM env var is dumb or undefined.
26
28 --help[=FMT] (default=auto)
29 Show this help in format FMT. The value FMT must be one of auto,
30 pager, groff or plain. With auto, the format is pager or plain
31 whenever the TERM env var is dumb or undefined.
32
33 --version
34 Show version information.
35
37 help exits with the following status:
38
39 0 on success.
40
41 123 on indiscriminate errors reported on standard error.
42
43 124 on command line parsing errors.
44
45 125 on unexpected internal errors (bugs).
46
48 These environment variables affect the execution of help:
49
50 CLICOLOR
51 If different than 0, ANSI colors are supported and should be used
52 when the program isn’t piped. If equal to 0, don’t output ANSI
53 color escape codes
54
55 CLICOLOR_FORCE
56 If different than 0, ANSI colors should be enabled no matter what.
57
59 Check bug reports at https://github.com/ocaml/dune/issues
60
62 dune(1)
63
64
65
66Dune n/a DUNE-HELP(1)