MCPcopy Index your code
hub / github.com/cloudconvert/cloudconvert-cli / createPdfCommands

Function createPdfCommands

src/commands/pdf.ts:82–87  ·  view source on GitHub ↗
(runJob: JobRunner)

Source from the content-addressed store, hash-verified

80];
81
82export 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}

Callers 1

createCliFunction · 0.85

Calls 1

createFileJobCommandFunction · 0.85

Tested by

no test coverage detected