Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
const
runCliCommand = (command: () => void) => {
30
const
goCommand = goSync(command);
31
handleCliCommand(goCommand);
32
};
33
34
yargs(process.argv.slice(2))
35
.parserConfiguration({
Callers
1
cli.ts
File · 0.85
Calls
1
handleCliCommand
Function · 0.85
Tested by
no test coverage detected