rtk-ai/rtk
在 GitHub 查看Unhandled commands: bun test, bunx tsc, bun, bun run, bun drizzle-kit
Open
#1,316 创建于 2026年4月14日
area:clieffort-smallenhancementgood first issuehelp wantedpriority:medium
仓库指标
- Star
- (48,085 star)
- PR 合并指标
- (平均合并 11天 1小时) (30 天内合并 45 个 PR)
描述
Unhandled Commands
Discovered via rtk discover in a TypeScript/Bun backend project.
| Command | Count | Example |
|---|---|---|
bun test |
34 | SMS_PROVIDER=console bun test src/modu.. |
bunx tsc |
12 | bunx tsc --noEmit 2>&1 |
bun |
6 | bun --env-file=.env.test test tests/st.. |
bun run |
3 | bun run tsc --noEmit 2>&1 |
bun drizzle-kit |
1 | bun drizzle-kit generate 2>&1 |
Expected behavior
RTK should intercept and filter output for these Bun-specific commands the same way it handles npm test, tsc, etc.
Environment
- Runtime: Bun
- Project type: TypeScript backend (Elysia + Drizzle ORM)