mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-17 12:56:41 +02:00
8 lines
138 B
TypeScript
8 lines
138 B
TypeScript
import { cmd } from "../cmd"
|
|
|
|
export const ScrapCommand = cmd({
|
|
command: "scrap",
|
|
builder: (yargs) => yargs,
|
|
async handler() {},
|
|
})
|