mpppk / hlb

CLI that provides unified & interactive interface to multiple git repository hosting services.
MIT License
38 stars 1 forks source link

Fix github authorize bug #39

Closed mpppk closed 6 years ago

mpppk commented 6 years ago

If github personal access tokens num exceeds 20, failure to add new access token. This problem is due to the fact that authorization is listed up to 20 only by default. This commit changed list option for increase PerPage to 100, and fetch all token by pagination.