(runJob: JobRunner)
| 80 | ]; |
| 81 | |
| 82 | export function createPdfCommands(runJob: JobRunner): Array<CommandModule<object, object>> { |
| 83 | return PDF_OPERATION_DEFINITIONS.map(definition => ({ |
| 84 | ...createFileJobCommand(definition, runJob), |
| 85 | aliases: definition.aliases |
| 86 | })); |
| 87 | } |
no test coverage detected