@@ -18,49 +18,53 @@ Output the help text:
1818
1919 COMMANDS
2020 dune-release [OPTION]… [ARGS]…
21- Wrapper for running dune-release. All positional arguments will be
22- passed to the dune-release executable (pass flags to dune-release
23- after the ' --' argument, such as ' dune tools exec dune-release --
24- --help' ).
25-
26- merlin [OPTION]… [ARGS]…
27- Wrapper for running merlin. All positional arguments will be
28- passed to the merlin executable (pass flags to merlin after the
29- ' --' argument, such as ' dune tools exec merlin -- --help' ).
21+ Wrapper for running dune-release intended to be run automatically
22+ by a text editor. All positional arguments will be passed to the
23+ dune-release executable (pass flags to dune-release after the ' --'
24+ argument, such as ' dune tools exec dune-release -- --help' ).
3025
3126 ocaml-index [OPTION]… [ARGS]…
32- Wrapper for running ocaml-index . All positional arguments will be
33- passed to the ocaml- index executable (pass flags to ocaml- index
34- after the ' -- ' argument, such as ' dune tools exec ocaml-index --
35- --help' ).
27+ Wrapper for running ocaml-index intended to be run automatically
28+ by a text editor. All positional arguments will be passed to the
29+ ocaml- index executable (pass flags to ocaml-index after the ' -- '
30+ argument, such as ' dune tools exec ocaml-index -- --help' ).
3631
3732 ocamlearlybird [OPTION]… [ARGS]…
38- Wrapper for running ocamlearlybird. All positional arguments will
39- be passed to the ocamlearlybird executable (pass flags to
33+ Wrapper for running ocamlearlybird intended to be run
34+ automatically by a text editor. All positional arguments will be
35+ passed to the ocamlearlybird executable (pass flags to
4036 ocamlearlybird after the ' --' argument, such as ' dune tools exec
4137 ocamlearlybird -- --help' ).
4238
4339 ocamlformat [OPTION]… [ARGS]…
44- Wrapper for running ocamlformat. All positional arguments will be
45- passed to the ocamlformat executable (pass flags to ocamlformat
46- after the ' -- ' argument, such as ' dune tools exec ocamlformat --
47- --help' ).
40+ Wrapper for running ocamlformat intended to be run automatically
41+ by a text editor. All positional arguments will be passed to the
42+ ocamlformat executable (pass flags to ocamlformat after the ' -- '
43+ argument, such as ' dune tools exec ocamlformat -- --help' ).
4844
4945 ocamllsp [OPTION]… [ARGS]…
50- Wrapper for running ocamllsp. All positional arguments will be
51- passed to the ocamllsp executable (pass flags to ocamllsp after
52- the ' --' argument, such as ' dune tools exec ocamllsp -- --help' ).
46+ Wrapper for running ocamllsp intended to be run automatically by a
47+ text editor. All positional arguments will be passed to the
48+ ocamllsp executable (pass flags to ocamllsp after the ' --'
49+ argument, such as ' dune tools exec ocamllsp -- --help' ).
50+
51+ ocamlmerlin [OPTION]… [ARGS]…
52+ Wrapper for running ocamlmerlin intended to be run automatically
53+ by a text editor. All positional arguments will be passed to the
54+ ocamlmerlin executable (pass flags to ocamlmerlin after the ' --'
55+ argument, such as ' dune tools exec ocamlmerlin -- --help' ).
5356
5457 odig [OPTION]… [ARGS]…
55- Wrapper for running odig. All positional arguments will be passed
56- to the odig executable (pass flags to odig after the ' --'
57- argument, such as ' dune tools exec odig -- --help' ).
58+ Wrapper for running odig intended to be run automatically by a
59+ text editor. All positional arguments will be passed to the odig
60+ executable (pass flags to odig after the ' --' argument, such as
61+ ' dune tools exec odig -- --help' ).
5862
5963 opam-publish [OPTION]… [ARGS]…
60- Wrapper for running opam-publish. All positional arguments will be
61- passed to the opam-publish executable (pass flags to opam-publish
62- after the ' -- ' argument, such as ' dune tools exec opam-publish --
63- --help' ).
64+ Wrapper for running opam-publish intended to be run automatically
65+ by a text editor. All positional arguments will be passed to the
66+ opam-publish executable (pass flags to opam-publish after the ' -- '
67+ argument, such as ' dune tools exec opam-publish -- --help' ).
6468
6569 COMMON OPTIONS
6670 --help[=FMT] (default =auto)
@@ -86,3 +90,10 @@ Output the help text:
8690
8791
8892
93+
94+
95+
96+
97+
98+
99+
0 commit comments