Module Cmdline.Group

module Group: sig .. end
Since Beryllium-20090901

type t 
Since Beryllium-20090901
val default : t
Since Beryllium-20090901
val add : ?memo:bool -> plugin:string -> string -> t * bool
Add a new group of options to the given plugin. If memo is true, just return the already registered group if any. If memo is false, cannot add twice a group with the same name.
Since Beryllium-20090901
Returns the group corresponding to the given name. Also return true iff the group has just been created.
val name : t -> string
Since Beryllium-20090901