UNPKG

ivr-tester-cli

Version:

CLI for automated testing of IVR call flows

13 lines (12 loc) 296 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const cli_1 = require("./cli"); cli_1.createCli()(process.argv) .then(() => process.exit(0)) .catch((error) => { if (error) { console.error(error); } process.exit(1); });