Home > Mobile >  Retrieve description from a pull request
Retrieve description from a pull request

Time:08-01

Ive been reading github cli but could not find how to do it or did just miss it.How do you retrieve the body from a comment in a pull request?

comment description

CodePudding user response:

gh pr view 3 --repo JoeffreyChaucer/test-cherry-pick
  • Related