module Args:sig..end
typespec =Getopt.opt
val desc_warning_list : specOption for printing the list of warning flags.
val option_list : unit -> boolPrint the list of flags if requested (in this case return true).
You should run this function after the plugins have been loaded.
val desc_no_warn : specOption for specifying a warning flag to set.
val set_flags_selected : ?silent:bool -> unit -> unitSet the flags selected by warning or a shortcut.
When called before the plugins are loaded, pass ~silent:true to
prevent errors due to unknown plugin flags.