module Rep_args: sig
.. end
Analysis of command line arguments.
val file : string option Pervasives.ref
The report file.
val generate_code : bool Pervasives.ref
Flag for code generation.
val output_file : string option Pervasives.ref
Output code file.
val binary_output : bool Pervasives.ref
Binary input instead of XML.
val binary_input : bool Pervasives.ref
Binary output instead of XML.
val options : (Arg.key * Arg.spec * Arg.doc) list Pervasives.ref
val gui_files : string list Pervasives.ref
The report files to open in gui.
val options_gui : (Arg.key * Arg.spec * Arg.doc) list Pervasives.ref
val parse : unit -> unit
Parse the command line and fill the arguments variables.
val parse_gui : unit -> unit
Parse the command line and fill the arguments variables for the GUI.