MCPcopy Create free account
hub / github.com/beutton/browser-flight-simulator / printTargets

Function printTargets

apps/data/src/main.ts:14–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12}
13
14async function printTargets(): Promise<void> {
15 console.log('Available targets:')
16 Object.keys(targets).forEach(name => {
17 console.log(` - ${path.parse(name).name}`)
18 })
19}
20
21async function main(): Promise<void> {
22 const argv = minimist(process.argv.slice(2))

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected