|
@@ -6,7 +6,6 @@ export const ScrapCommand = cmd({
|
|
|
command: "scrap <file>",
|
|
command: "scrap <file>",
|
|
|
builder: (yargs) =>
|
|
builder: (yargs) =>
|
|
|
yargs.positional("file", { type: "string", demandOption: true }),
|
|
yargs.positional("file", { type: "string", demandOption: true }),
|
|
|
- describe: "test command",
|
|
|
|
|
async handler() {
|
|
async handler() {
|
|
|
await App.provide({ cwd: process.cwd(), version: VERSION }, async (app) => {
|
|
await App.provide({ cwd: process.cwd(), version: VERSION }, async (app) => {
|
|
|
Bun.resolveSync("typescript/lib/tsserver.js", app.path.cwd)
|
|
Bun.resolveSync("typescript/lib/tsserver.js", app.path.cwd)
|