Files
oh-my-opencode/dist/shared/command-executor.d.ts
T

5 lines
330 B
TypeScript
Raw Normal View History

export { executeHookCommand } from "./command-executor/execute-hook-command";
export type { CommandResult, ExecuteHookOptions } from "./command-executor/execute-hook-command";
export { executeCommand } from "./command-executor/execute-command";
export { resolveCommandsInText } from "./command-executor/resolve-commands-in-text";