Files
oh-my-opencode/dist/tools/slashcommand/command-output-formatter.d.ts
T

4 lines
223 B
TypeScript
Raw Normal View History

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