Files
oh-my-opencode/dist/tools/slashcommand/command-output-formatter.d.ts
T
2026-03-14 04:56:50 +00:00

4 lines
223 B
TypeScript

import type { CommandInfo } from "./types";
export declare function formatLoadedCommand(command: CommandInfo, userMessage?: string): Promise<string>;
export declare function formatCommandList(items: CommandInfo[]): string;