Module Ocaml_config.Prog_and_args

type t = {
  1. prog : string;
  2. args : string list;
}