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