MCPcopy
hub / github.com/infinitered/ignite / p2

Function p2

src/commands/new.ts:175–175  ·  view source on GitHub ↗
(m = "")

Source from the content-addressed store, hash-verified

173 const CMD_INDENT = " "
174 // Add just a _little_ more spacing to match with spinners and heading
175 const p2 = (m = "") => p(` ${m}`)
176 const command = (cmd: string) => p2(white(CMD_INDENT + cmd))
177
178 // Absolute maximum that an app can take after inputs

Callers 2

commandFunction · 0.85
new.tsFile · 0.85

Calls 1

pFunction · 0.90

Tested by

no test coverage detected