Module Jenga_lib__Run

The main entry points of jenga.

val main : Jenga_lib.Config.t ‑> forker_args:string list ‑> unit

Entry point after command line has been processed. forker_args is the command line arguments to pass to the current exe that will call Forker.command.

val main' : Jenga_lib.Build.Jr_spec.t ‑> root_dir:Jenga_lib.Path.Abs.t ‑> forker_args:string list ‑> Jenga_lib.Config.t ‑> unit

A way to run a custom-built jenga with hard-coded rules. path_to_jenga_conf configuration option gets ignored.