MCPcopy Create free account
hub / github.com/cloudconvert/cloudconvert-cli / runCli

Function runCli

src/app.ts:134–136  ·  view source on GitHub ↗
(args: string[])

Source from the content-addressed store, hash-verified

132}
133
134export async function runCli(args: string[]): Promise<void> {
135 await createCli(args).parseAsync();
136}
137
138function createConsoleLogger(): Logger {
139 return {

Callers 1

cli.tsFile · 0.85

Calls 1

createCliFunction · 0.85

Tested by

no test coverage detected