module Args:sig..end
Command line arguments
typespec =Getopt.opt
val desc_debug_list : specOption for printing the list of debug 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_debug_all : specOption for setting all info flags.
val desc_debug : specOption for specifying a debug flag to set.
val desc_shortcut : string -> Getopt.key -> Getopt.doc -> specOption for setting a specific flag.
val set_flags_selected : ?silent:bool -> unit -> unitSet the flags selected by debug_all, debug or a shortcut.
When called before the plugins are loaded, pass ~silent:true to
prevent errors due to unknown plugin flags.