Module Flags


module Flags: sig .. end
For system use only

val of_tags : Tags.t -> Command.spec
val of_tag_list : Tags.elt list -> Command.spec
val flag : Tags.elt list -> Command.spec -> unit
val add : 'a -> 'a list -> 'a list
val remove : 'a -> 'a list -> 'a list
val to_spec : (string * string) list -> Command.spec

For system use only
val get_flags : unit -> (Tags.t * Command.spec) list