ExcelTranslatorCLI.create constructor

ExcelTranslatorCLI.create()

Factory constructor with default service

Implementation

factory ExcelTranslatorCLI.create() {
  return ExcelTranslatorCLI(TranslatorService.create());
}