Skip to content

fix(cli): read set-profile --about from stdin when - - #7200

Open
Chessing234 wants to merge 1 commit into
block:mainfrom
Chessing234:fix/set-profile-about-stdin
Open

fix(cli): read set-profile --about from stdin when -#7200
Chessing234 wants to merge 1 commit into
block:mainfrom
Chessing234:fix/set-profile-about-stdin

Conversation

@Chessing234

@Chessing234 Chessing234 commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Summary

  • buzz users set-profile --about - stored the literal - in kind:0 instead of reading stdin (unlike messages/notes).
  • Resolve the - sentinel through the existing stdin helper and document it on --about.

Fixes #7162

Test plan

  • printf 'multi\nline\n' | buzz users set-profile --about - publishes the full bio
  • buzz users set-profile --about 'literal' still sets that string
  • cargo test -p buzz-cli resolve_about_arg

@Chessing234
Chessing234 requested a review from a team as a code owner September 1, 2026 18:13
@github-actions

github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown

🔐 Codex Security Review

Status: review required for the current range.

The current range is e17a0d44c379b2ae40b91b8ba43f9a9c5bede90f...081a08b9a5b48e82336d1c09a8344b1e31cf58e4.
A new review must complete for this exact range. When manual authorization
is required, a Block organization member must comment exactly
@buzz-security-review 081a08b9a5b48e82336d1c09a8344b1e31cf58e4 to authorize a new review.
Any previous review applies only to its recorded range.

Signed-off-by: Taksh <takshkothari09@gmail.com>
@Chessing234
Chessing234 force-pushed the fix/set-profile-about-stdin branch from 229b9d1 to 081a08b Compare September 1, 2026 18:15
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.

buzz users set-profile --about - reads only the first byte of stdin; multi-line pipe collapses to '-' in the published kind:0 about field

1 participant