Add -F/--body-file to issue/pr comment verbs #186
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/body-file-comments"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds
-F/--body-file(mutually exclusive with--body,-reads stdin) to the comment add and edit verbs offj issue commentandfj pr comment, closing the gh-parity gap where only the top-level issue/pr/release/milestone commands accepted a body file. Factors the stdin/editor body resolution into acomment_bodyhelper that reuses the existingeditor::resolve_body_input, and covers the body-file, stdin-marker, and--body/--body-fileconflict paths with arg-parse tests. Closes #124.