MakeOpium.CmdServiceinclude Core.Container.SERVICEval start : Core__.Core_ctx.t -> Core__.Core_ctx.t Lwt.tval stop : Core__.Core_ctx.t -> unit Lwt.tRegistered 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.