Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
134
export
async
function
runCli(args: string[]): Promise<void> {
135
await
createCli(args).parseAsync();
136
}
137
138
function
createConsoleLogger(): Logger {
139
return
{
Callers
1
cli.ts
File · 0.85
Calls
1
createCli
Function · 0.85
Tested by
no test coverage detected