Options (2)
-w, --webbooleanOpen the pull request in the default web browser
Example:
gh pr view {{[-w|--web]}}-c, --commentsbooleanShow comments in the terminal
Example:
gh pr view {{123}} {{[-c|--comments]}}Examples (4)
View the pull request associated with the current branch
View a specific pull request
gh pr view 123Open the pull request in the default web browser
gh pr view [-w|--web]Show comments in the terminal
gh pr view 123 [-c|--comments]made by @shridhargupta | data from tldr-pages