package sturgeon

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

WIP A few high-level entry points for session-based commands.

val command : ?greetings:Sturgeon.Session.t -> ?cogreetings:(Sturgeon.Session.t -> unit) -> unit -> 'a
val text_command : (args:Sturgeon.Session.t -> Sturgeon.Stui.shell -> unit) -> 'a