module Group: sig
.. end
Group of command line options.
Since Beryllium-20090901
type
t
Since Beryllium-20090901
val default : t
Since Beryllium-20090901
val name : t -> string
Since Beryllium-20090901
Kernel internals
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.