You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user types git hub search something, they should get back a list of PRs and Issues with the mentioned keyword in the title or description.
We probably do not want to download all the PR/Issue descriptions on each run, so let's make it store the data and reload only if that data is older than an hour, or if the user provides the --refresh flag.
The text was updated successfully, but these errors were encountered:
When the user types
git hub search something
, they should get back a list of PRs and Issues with the mentioned keyword in the title or description.We probably do not want to download all the PR/Issue descriptions on each run, so let's make it store the data and reload only if that data is older than an hour, or if the user provides the
--refresh
flag.The text was updated successfully, but these errors were encountered: