Merge pull request #821 from emillon/doc-jbuilder-utop-args

Add an example for jbuilder utop
This commit is contained in:
Rudi Grinberg 2018-05-30 02:12:52 +07:00 committed by GitHub
commit 62edd42d8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -188,8 +188,9 @@ with locally defined libraries loaded.
Where ``<dir>`` is a directory containing a ``jbuild`` file defining all the
libraries that will be loaded (using the ``library`` stanza). ``<args>`` will be
passed as arguments to the utop command itself. For example, to launch it in
emacs mode.
passed as arguments to the utop command itself. For example, ``jbuilder utop lib
-- -implicit-bindings`` will start ``utop`` with the libraries defined in
``lib`` and implicit bindings for toplevel expressions.
Requirements & Limitations
--------------------------