MCPcopy Index your code
hub / github.com/callstack/agent-device / cliFlagsFromBatchStep

Function cliFlagsFromBatchStep

src/cli/batch-steps.ts:133–140  ·  view source on GitHub ↗
(flags: Record<string, unknown> | undefined)

Source from the content-addressed store, hash-verified

131}
132
133function cliFlagsFromBatchStep(flags: Record<string, unknown> | undefined): CliFlags {
134 return {
135 json: false,
136 help: false,
137 version: false,
138 ...(flags as Partial<CliFlags> | undefined),
139 };
140}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…