WP11: Create print-mode.ts

This commit is contained in:
Mario Zechner 2025-12-09 00:15:37 +01:00
parent 934c2bc5d3
commit c0996a1078
2 changed files with 71 additions and 2 deletions

View file

@ -1216,8 +1216,8 @@ export async function runPrintMode(
1. `npm run check` passes
2. Manual test: `pi -p "echo hello"` still works
- [ ] Create `src/modes/print-mode.ts`
- [ ] Verify with `npm run check`
- [x] Create `src/modes/print-mode.ts`
- [x] Verify with `npm run check`
---