Commit 981f647
feat: remove table borders and prevent text truncation (#13)
Improves table output by removing borders and preventing text truncation:
1. Removed borders from search results table by adding box=None
- All tables now have consistent borderless formatting
- Cleaner, more minimal output
2. Set console width to 500 to prevent text truncation
- Tables can now extend beyond terminal width
- No more ellipses (...) in narrow terminals
- All text displays in full, no wrapping or cutting
This provides a cleaner CLI experience with complete information
always visible, regardless of terminal width.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent 0079cb7 commit 981f647
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
77 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
78 | 82 | | |
79 | 83 | | |
80 | 84 | | |
| |||
0 commit comments