Skip to content

feat(buzz-cli): add --format table output (#2672)#2793

Open
djedi-knight wants to merge 2 commits into
block:mainfrom
djedi-knight:feat/cli-format-table
Open

feat(buzz-cli): add --format table output (#2672)#2793
djedi-knight wants to merge 2 commits into
block:mainfrom
djedi-knight:feat/cli-format-table

Conversation

@djedi-knight

Copy link
Copy Markdown

Implements #2672. Adds a table variant to the global --format flag, rendering list output (channels, messages, users, feed) as a human-friendly terminal table via comfy-table. Minimal and additive: each command reuses its existing compact projection for columns. Closes #2672.

Add a 'table' variant to the global --format flag that renders list
outputs (channels, messages, users, feed) as a comfy-table terminal
table, reusing each command's existing compact projection for columns.
@djedi-knight
djedi-knight requested a review from a team as a code owner July 25, 2026 00:00

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e31a9f3eac

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread crates/buzz-cli/src/output.rs Outdated
Comment thread crates/buzz-cli/src/output.rs Outdated
…block#2672)

Address Codex review: pass explicit ordered headers to render_rows so
BTreeMap-backed serde_json objects don't alphabetize columns, and strip
terminal control sequences from cell text to prevent ANSI/OSC injection
from attacker-controlled relay content.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Proposal] Add --format table output option to buzz-cli

1 participant