Skip to content

fix(cli): add trailing newline to --help output#29368

Open
SpencerJung wants to merge 1 commit into
anomalyco:devfrom
SpencerJung:fix/28606-help-trailing-newline
Open

fix(cli): add trailing newline to --help output#29368
SpencerJung wants to merge 1 commit into
anomalyco:devfrom
SpencerJung:fix/28606-help-trailing-newline

Conversation

@SpencerJung
Copy link
Copy Markdown

Fixes #28606. Adds missing trailing newline to CLI --help output so the shell prompt appears on a new line.

@github-actions
Copy link
Copy Markdown
Contributor

ghost commented May 26, 2026

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • PR description is missing required template sections. Please use the PR template.

Please edit this PR description to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

@github-actions
Copy link
Copy Markdown
Contributor

ghost commented May 26, 2026

The following comment was made by an LLM, it may be inaccurate:

Potential Duplicate PRs Found

Based on the search results, there are several related PRs addressing the same issue:

  1. PR fix(cli): add trailing newline to --help output #29284 - fix(cli): add trailing newline to --help output

  2. PR fix(cli): add newline to help output #28622 - fix(cli): add newline to help output

    • Very similar fix for adding newline to help output
  3. PR fix(opencode): ensure help output ends with newline #28643 - fix(opencode): ensure help output ends with newline

    • Related fix for the same issue
  4. PR fix: add trailing newline to help output #26374 - fix: add trailing newline to help output

    • Earlier attempt at the same fix

These PRs all address the core issue of ensuring the CLI help output ends with a trailing newline so the shell prompt appears on a new line. PR #29284 appears to be the most direct duplicate with an identical title to PR #29368. You should verify the status of these other PRs (merged, closed, or still open) to determine if #29368 is truly needed or if one of the existing PRs already resolves this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs:compliance This means the issue will auto-close after 2 hours.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CLI --help lacks trailing newline

1 participant