MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / defaultOpts

Function defaultOpts

apps/kimi-code/test/cli/main.test.ts:141–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139}
140
141function defaultOpts(): CLIOptions {
142 return {
143 session: undefined,
144 continue: false,
145 yolo: false,
146 auto: false,
147 plan: false,
148 model: undefined,
149 outputFormat: undefined,
150 prompt: undefined,
151 skillsDirs: [],
152 };
153}
154
155async function waitForAssertion(assertion: () => void): Promise<void> {
156 let lastError: unknown;

Callers 1

main.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected