Class Femtolib.Config_file.group


class group : object .. end

val mutable cps : (string * groupable_cp nametree)
Queue.t
method add : 'a. 'a cp -> unit
method write : ?with_help:bool -> string -> unit
method read : ?obsoletes:string ->
?no_default:bool ->
?on_type_error:(groupable_cp ->
Raw.cp ->
(Pervasives.out_channel -> unit) ->
string -> Pervasives.in_channel -> unit) ->
string -> unit
method command_line_args : section_separator:string -> (string * Arg.spec * string) list