You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
409 B
409 B
| title | status | type | created_at | updated_at | parent |
|---|---|---|---|---|---|
| Table output renderer | todo | task | 2026-03-27T19:40:52Z | 2026-03-27T19:40:52Z | claudbg-g7zj |
Implement the table renderer using comfy-table or tabled. Define a trait (e.g. Renderable) that all data types implement to produce a table. Used as the default --output=table format. Handle terminal width gracefully (truncate or wrap columns).