Files
oh-my-openagent/dist/shared/command-executor.d.ts
2026-03-14 04:56:50 +00:00

5 lines
330 B
TypeScript

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";