MCPcopy Create free account
hub / github.com/api3dao/airnode / runCliCommand

Function runCliCommand

docker/scripts/cli.ts:29–32  ·  view source on GitHub ↗
(command: () => void)

Source from the content-addressed store, hash-verified

27};
28
29const runCliCommand = (command: () => void) => {
30 const goCommand = goSync(command);
31 handleCliCommand(goCommand);
32};
33
34yargs(process.argv.slice(2))
35 .parserConfiguration({

Callers 1

cli.tsFile · 0.85

Calls 1

handleCliCommandFunction · 0.85

Tested by

no test coverage detected