B00_cli.ArgCommand line arguments.
val output_details : ?docs:string -> ?short_opts:string list ->
?long_opts:string list -> unit -> output_details Cmdliner.Term.toutput_details ~short_opts ~long_opts () are mutually exclusive options to specify short and long output details, without options this is `Normal. short_opts defaults to ["s"; "short"] and long_opts default to ["l";
      "long"]. docs is the manual section in which options are documented.