this.fileLogger = fileLogger;
}
private InvoiceCreationInput initOutputOptions(InvoiceCreationInput input)
throws UBL4JException, IOException {
OutputFormat invoiceOutputFormat = parseCommandlineOutputFormat();
File invoiceOutputFile = parseCommandLineOutputFile();
Template invoiceTemplate = parseCommandLineOptionTemplate();
if (invoiceOutputFormat != null) {
input.setInvoiceOutputFormat(invoiceOutputFormat);
}