package sihl-core

  1. Overview
  2. Docs
module type Sig = sig ... end
type t
val commands : t -> Command.t list
val configuration : t -> Configuration.t
val create : ?commands:Command.t list -> ?configuration:Configuration.t -> ?server:bool -> Lifecycle.t -> t
val server : t -> bool
val start : t -> unit Lwt.t
val name : t -> string