MCPcopy Create free account
hub / github.com/MicrosoftDocs/mcp / CodeSearchCommandOptions

Interface CodeSearchCommandOptions

cli/src/commands/code-search.ts:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import { ensureTrailingNewline } from '../utils/text.js';
7
8interface CodeSearchCommandOptions {
9 language?: string;
10 json?: boolean;
11}
12
13export function registerCodeSearchCommand(program: Command, context: CliContext): void {
14 program

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected