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

Function runAsyncCliCommand

docker/scripts/cli.ts:24–27  ·  view source on GitHub ↗
(command: () => Promise<void>)

Source from the content-addressed store, hash-verified

22};
23
24const runAsyncCliCommand = async (command: () => Promise<void>) => {
25 const goCommand = await go(command);
26 handleCliCommand(goCommand);
27};
28
29const runCliCommand = (command: () => void) => {
30 const goCommand = goSync(command);

Callers 1

cli.tsFile · 0.85

Calls 1

handleCliCommandFunction · 0.85

Tested by

no test coverage detected