package climate

  1. Overview
  2. Docs
type t =
  1. | Name_would_begin_with_dash of string
  2. | Short_name_would_be_dash of {
    1. entire_short_sequence : string;
    }
  3. | Pos_req_missing of int
  4. | Conv_failed of {
    1. locator : [ `Named of Climate__.Name.t | `Positional of int ] option;
    2. message : string;
    }
  5. | Too_many_positional_arguments of {
    1. max : int;
    }
  6. | Invalid_char_in_argument_name of {
    1. attempted_argument_name : string;
    2. invalid_char : char;
    }
val to_string : t -> string
val exit_code : int
OCaml

Innovation. Community. Security.