Module Arg_test.Command_line

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