Module Args

module Args: sig .. end
Support for command-line switches.

val definitions : Definitions.t
Definitions, that is bindings from names to values.
val search : bool Pervasives.ref
Whether search information should be generated.
val search_frame : bool Pervasives.ref
Whether search should appear in a frame.
val full_text : bool Pervasives.ref
Whether full-text search is enabled.
val register : unit -> unit
Registers the various command-line switches.