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

Interface ParametersArguments

src/commands/parameters.ts:6–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { fetchOperations as fetchCloudConvertOperations } from '../operations.js';
5
6interface ParametersArguments extends CliArguments {
7 operation: string;
8 inputFormat?: string;
9 outputFormat?: string;
10 engine?: string;
11 engineVersion?: string;
12 alternatives?: boolean;
13 json?: boolean;
14}
15
16export function createParametersCommand(): CommandModule<object, object> {
17 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected