1 #include "pdg2c_options.h"
3 ISL_ARGS_START(struct options
, options_args
)
4 ISL_ARG_CHILD(struct options
, pet
, "pet", &pet_options_args
, "pet options")
5 ISL_ARG_ARG(struct options
, input_C
, "input-C", NULL
)
6 ISL_ARG_ARG(struct options
, input_pdg
, "input-pdg", NULL
)
7 ISL_ARG_STR(struct options
, output
, 'o', "output", "filename", "-", NULL
)
10 ISL_ARG_DEF(options
, struct options
, options_args
)