MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / logCommand

Function logCommand

scripts/integration/cli.mjs:2163–2167  ·  view source on GitHub ↗
(command, args)

Source from the content-addressed store, hash-verified

2161}
2162
2163function logCommand(command, args) {
2164 if (verbose) {
2165 console.log(`[cmd] ${shellQuote([command, ...args])}`);
2166 }
2167}
2168
2169function logCommandResult(command, args, elapsedMs, stdout) {
2170 if (!verbose) {

Callers 2

runTextFunction · 0.85
runBufferFunction · 0.85

Calls 2

shellQuoteFunction · 0.85
logMethod · 0.80

Tested by

no test coverage detected