MCPcopy Create free account
hub / github.com/tiann/hapi / createCommandContext

Function createCommandContext

cli/src/commands/codex.test.ts:39–44  ·  view source on GitHub ↗
(commandArgs: string[])

Source from the content-addressed store, hash-verified

37import { codexCommand } from './codex'
38
39function createCommandContext(commandArgs: string[]) {
40 return {
41 args: ['codex', ...commandArgs],
42 commandArgs
43 }
44}
45
46describe('codexCommand', () => {
47 beforeEach(() => {

Callers 1

codex.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected