Files
oh-my-opencode/src/cli/run/index.ts
T

3 lines
85 B
TypeScript
Raw Normal View History

export { run } from "./runner"
export type { RunOptions, RunContext } from "./types"