package sihl

  1. Overview
  2. Docs
The Sihl web framework

Install

dune-project
 Dependency

Authors

Maintainers

Sources

3.0.0.tar.gz
md5=3ceaa839d4d9480011761257aedf2f22
sha512=6b44bb6f67b1933a7b74fff8488d3cc6c9a7360fa99b3aeae9158e2887dbc44c1b215d8cffb6cc082cc88a0ffa576b2d9ebdd21850f2a19656aedbe4c0fe2c59

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