Cli.Flagsmodule Global : sig ... endParsers for all flags and options that commands can use
val output : Global.raw_file option Cmdliner.Term.tval include_dirs : Global.raw_file list Cmdliner.Term.tval stdlib_dir : Global.raw_file option Cmdliner.Term.tval extra_files : Global.file list Cmdliner.Term.tfor the 'latex' command
val output_format : Global.format_enum Cmdliner.Term.tExported for clerk usage
val trace : [ `FileName of Global.raw_file | `Stdout ] option Cmdliner.Term.tExported for clerk usage
val trace_format : Global.format_enum option Cmdliner.Term.tExported for clerk usage