package sihl

  1. Overview
  2. Docs
The Sihl web framework

Install

Dune Dependency

Authors

Maintainers

Sources

3.0.3.tar.gz
md5=d1502bb2a31114e33f539910bfce1139
sha512=6f5b4d1c6e6eb7c77fb483ef52eea5f69b75079830ec622a552fef33c4fe87f6a70499db9621a8fa298a80aa21649e0047aaba1b9eb53d28c2d573e1f84acf92

doc/sihl/Sihl/Command/index.html

Module Sihl.CommandSource

Sourceexception Exception of string
Sourcetype t = {
  1. name : string;
  2. usage : string option;
  3. description : string;
  4. dependencies : Sihl__.Core_lifecycle.lifecycle list;
  5. fn : string list -> unit option Lwt.t;
}
Sourceval make : name:string -> ?help:string -> description:string -> ?dependencies:Sihl__.Core_lifecycle.lifecycle list -> (string list -> unit option Lwt.t) -> t
Sourceval print_all : t list -> unit
Sourceval print_help : t -> unit
Sourceval run : t list -> string list option -> unit Lwt.t
Sourceval log_src : Logs.src
OCaml

Innovation. Community. Security.