package cmdlang-stdlib-runner

  1. Overview
  2. Docs
type t =
  1. | Missing_argument : {
    1. names : string Cmdlang_ast.Ast.Nonempty_list.t;
    2. param : 'a Cmdlang_ast.Ast.Param.t;
    3. docv : string option;
    4. doc : string;
    } -> t
  2. | Missing_positional_argument : {
    1. pos : int;
    2. param : 'a Cmdlang_ast.Ast.Param.t;
    3. docv : string option;
    4. doc : string;
    } -> t
OCaml

Innovation. Community. Security.