Make.CmdServiceinclude Core.Container.SERVICERegistered commands can be executed by running the main Sihl app executable.
Registered commands can be executed by running the main Sihl app executable.
val run : unit -> unit Lwt.tCall run in the main Sihl app executable to passes command line arguments to all registered commands. This is the main entry point to a Sihl app.