I need to list the issues assigned to me on the github repo org/examplerepo on my terminal along with links to them. Is there some way i can do it.
I am using the blow command. its displaying the issues and issue numbers, tags etc.. in a beautiful table format , But there are no links to the issues
❯ gh -R org/examplerepo issue list --assignee "@me"
On checking with chatGPT, it suggested me to try gh issues --assignee=<your-username> --all --state=closed --format="%n%t%l%n%U"
and it seems like an incorrect answer, because gh complaints there is no such flag as --format