1 #include "pn2adg_options.h"
3 ISL_ARGS_START(struct options
, options_args
)
4 ISL_ARG_CHILD(struct options
, isl
, "isl", &isl_options_args
, "isl options")
5 ISL_ARG_BOOL(struct options
, xml
, 0, "xml", 0, NULL
)
6 ISL_ARG_STR(struct options
, input
, 'i', "input", "filename", NULL
, NULL
)
7 ISL_ARG_STR(struct options
, output
, 'o', "output", "filename", NULL
, NULL
)
10 ISL_ARG_DEF(options
, struct options
, options_args
)