@ovotech/genesys-web-messaging-tester-cli
Version:
5 lines (4 loc) • 402 B
TypeScript
import { Command } from 'commander';
import { ScriptedTestCommandDependencies } from './commands/scriptedTest/createScriptedTestCommand';
import { AiTestCommandDependencies } from './commands/aiTest/createAiTestCommand';
export declare function createCli(command?: Command, scenarioTestCommandDependencies?: ScriptedTestCommandDependencies, aiCommandDependencies?: AiTestCommandDependencies): Command;