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

6 lines
327 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"