package sihl

  1. Overview
  2. Docs
The Sihl web framework

Install

dune-project
 Dependency

Authors

Maintainers

Sources

2.0.1.tar.gz
md5=52b28d3faac0a2243735285aa3f962aa
sha512=e7ff89bdba9f1afa3b115a056ae3d403f602685187a968485ea64a7cd1a18791f66b7480b682bf66acd3564dd89139162779d58a43c2389d785c98e246094a18

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