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

Interface SearchCommandOptions

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected