MCPcopy Create free account
hub / github.com/ZingerLittleBee/ServerBee / printAvailableTargets

Function printAvailableTargets

scripts/make-menu.ts:671–679  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

669}
670
671const printAvailableTargets = (): void => {
672 console.error('Unknown make command target.')
673 console.error('')
674 console.error('Available targets:')
675
676 for (const command of COMMANDS) {
677 console.error(`- ${command.key}`)
678 }
679}
680
681const main = async (): Promise<void> => {
682 const [action = 'menu', key] = process.argv.slice(2)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected