Open justinmk opened 19 hours ago
What gh pr list --json number,title,author,createdAt,isDraft,reviewDecision,headRefName,headRefOid,baseRefName
returns when is executed from command line?
Oh, right :)
$ gh pr list --json number,title,author,createdAt,isDraft,reviewDecision,headRefName,headRefOid,baseRefName
HTTP 401: Bad credentials (https://api.github.com/graphql)
Try authenticating with: gh auth login
I will need to handle scenarios like that somehow. At least user should know what has not worked.
require('ghlite').setup{}
:GHLitePRSelect
Thanks for sharing your plugin. I've been looking for a minimal
gh
wrapper and I have hopes for this one :)