sihl.app
Kernel.Cmd
sihl
sihl.authn
sihl.authz
sihl.cmd
sihl.configuration
sihl.core
sihl.data
sihl.email
sihl.http
sihl.log
sihl.message
sihl.middleware
sihl.queue
sihl.schedule
sihl.server
sihl.session
sihl.storage
sihl.token
sihl.user
sihl.utils
sihl.web
include Core.Container.SERVICE
val lifecycle : Core__.Core_container.Lifecycle.t
val register_commands : Cmd__.Cmd_core.t list -> unit
Registered commands can be executed by running the main Sihl app executable.
val register_command : Cmd__.Cmd_core.t -> unit
val run : unit -> unit Lwt.t
Call 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.
run