MCPcopy
hub / github.com/npmx-dev/npmx.dev / logCommand

Function logCommand

cli/src/logger.ts:19–21  ·  view source on GitHub ↗
(command: string)

Source from the content-addressed store, hash-verified

17 * Log when starting to execute a command
18 */
19export function logCommand(command: string): void {
20 p.log.step(`${styleText('dim', '$ ')}${styleText('cyan', command)}`)
21}
22
23/**
24 * Log successful command completion

Callers 3

execNpmInteractiveFunction · 0.90
execNpmFunction · 0.90
packageInitFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected