MCPcopy
hub / github.com/afar1/fieldtheory-cli / engineOption

Function engineOption

src/cli.ts:725–727  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

723
724/** Per-invocation LLM engine override (bypasses saved default, fails fast). */
725export function engineOption(): Option {
726 return new Option('--engine <name>', 'Override the LLM engine for this run (e.g. claude, codex)');
727}
728
729/** Wrap an async action with graceful error handling. */
730function safe(fn: (...args: any[]) => Promise<void>): (...args: any[]) => Promise<void> {

Callers 1

buildCliFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected