package soteria

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

Module Terminal.Config

type t = {
  1. compact : bool;
    (*

    Make diagnostic outputs compact.

    *)
}
val cmdliner_term : unit -> t Cmdliner.Term.t
val make : ?compact:??? -> unit -> t
val default : t
val get : unit -> t
val set_and_lock : t -> unit