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 1 if an error happened.
42
43 130 if it was interrupted by a signal.
44
46 These environment variables affect the execution of help:
47
48 CLICOLOR
49 If different than 0, ANSI colors are supported and should be used
50 when the program isn’t piped. If equal to 0, don’t output ANSI
51 color escape codes
52
53 CLICOLOR_FORCE
54 If different than 0, ANSI colors should be enabled no matter what.
55
57 Check bug reports at https://github.com/ocaml/dune/issues
58
60 dune(1)
61
62
63
64Dune n/a DUNE-HELP(1)