?group:Femtolib.Config_file.group ->
string list ->
?short_name:string ->
bool ->
string ->
object
val mutable hooks : (bool -> bool -> unit) list
val mutable shortname : string option
val mutable value : bool
method add_hook : (bool -> bool -> unit) -> unit
method private exec_hooks : bool -> bool -> unit
method get : bool
method get_default : bool
method get_default_formatted : Format.formatter -> unit
method get_formatted : Format.formatter -> unit
method get_help : string
method get_help_formatted : Format.formatter -> unit
method get_name : string list
method get_short_name : string option
method get_spec : Arg.spec
method private of_raw : Raw.cp -> bool
method reset : unit
method set : bool -> unit
method set_raw : Raw.cp -> unit
method set_short_name : string -> unit
method private set_string : string -> unit
method private to_raw : bool -> Raw.cp
end