MCPcopy Create free account
hub / github.com/effect-app/libs / make

Function make

packages/cli/test/argv-patch.test.ts:8–8  ·  view source on GitHub ↗
(...args: Array<string>)

Source from the content-addressed store, hash-verified

6
7describe("patchArgvForWrapCommands", () => {
8 const make = (...args: Array<string>) => ["node", "effect-app-cli", ...args]
9
10 describe("joins wrap args into a single element", () => {
11 it("index-multi with tsc --build", () => {

Callers 1

argv-patch.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…