if (cli.hasOption(ARG_NAPTAN_CSV_PATH)) {
converter.setNaptanCsvPath(new File(
cli.getOptionValue(ARG_NAPTAN_CSV_PATH)));
}
if (cli.hasOption(ARG_NATIONAL_EXPRESS_EXTENSIONS)) {
NationalExpressExtensionParser parser = new NationalExpressExtensionParser();
for (String extenstionType : parser.getSupportedTypes()) {
converter.getParser().addExtension(extenstionType, parser);
}
}
if (cli.hasOption(ARG_GREATER_MANCHESTER_EXTENSIONS)) {
GreaterManchesterParser parser = new GreaterManchesterParser();