wip: scrap

This commit is contained in:
Dax Raad
2025-07-10 11:25:31 -04:00
parent 469f667774
commit 1cc55b68ef
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import { cmd } from "../cmd"
export const ScrapCommand = cmd({
command: "scrap",
builder: (yargs) => yargs,
async handler() {},
})