mte/unikernel/duniverse/dune_/doc/reference/actions/copy.rst
2025-11-11 02:07:51 +01:00

14 lines
299 B
ReStructuredText

copy
----
.. highlight:: dune
.. describe:: (copy <src> <dst>)
Copy a file. If these files are OCaml sources, you should follow the
``module_name.xxx.ml`` :ref:`naming convention <merlin-filenames>` to
preserve Merlin's functionality.
Example::
(copy data.txt.template data.txt)