cloudaxe-opencode/packages/opencode/src/cli/cmd/debug/scrap.ts

8 lines
138 B
TypeScript
Raw Normal View History

2025-07-10 15:25:31 +00:00
import { cmd } from "../cmd"
export const ScrapCommand = cmd({
command: "scrap",
builder: (yargs) => yargs,
async handler() {},
})