package colibri2

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

Command line arguments

type spec = Stdlib.Arg.key * Stdlib.Arg.spec * Stdlib.Arg.doc
val desc_debug_list : spec

Option for printing the list of debug flags

val option_list : unit -> bool

Print the list of flags if requested (in this case return true). You should run this function after the plugins have been loaded.

val desc_debug_all : spec

Option for setting all info flags

val desc_debug : spec list

Option for specifying a debug flag to set

val desc_shortcut : string -> Stdlib.Arg.key -> Stdlib.Arg.doc -> spec

Option for setting a specific flag

val set_flags_selected : unit -> unit

Set the flags selected by debug_all, debug or a shortcut. You should run this function after the plugins have been loaded.

OCaml

Innovation. Community. Security.