ljharb / repo-report

CLI to list all repos a user has access to, and report on their configuration in aggregate.
MIT License
24 stars 11 forks source link

Handle Token validation in Yargs #18

Closed jakazzy closed 2 years ago

jakazzy commented 3 years ago

(also in a separate PR) i think this validation could probably be done by yargs itself, by making it an arg that defaults to process.env.GITHUB_PAT?

_Originally posted by @ljharb in https://github.com/ljharb/repo-report/pull/12#discussion_r580655010_

ljharb commented 2 years ago

Fixed in #19.