fix(cli): add trailing newline to --help output#29368
Conversation
|
This PR doesn't fully meet our contributing guidelines and PR template. What needs to be fixed:
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. |
|
The following comment was made by an LLM, it may be inaccurate: Potential Duplicate PRs FoundBased on the search results, there are several related PRs addressing the same issue:
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. |
Fixes #28606. Adds missing trailing newline to CLI --help output so the shell prompt appears on a new line.