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)
Unhandled Commands
Discovered via
rtk discoverin a TypeScript/Bun backend project.bun testSMS_PROVIDER=console bun test src/modu..bunx tscbunx tsc --noEmit 2>&1bunbun --env-file=.env.test test tests/st..bun runbun run tsc --noEmit 2>&1bun drizzle-kitbun drizzle-kit generate 2>&1Expected behavior
RTK should intercept and filter output for these Bun-specific commands the same way it handles
npm test,tsc, etc.Environment