We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems Get-GitHubOAuthTokens not use in public function because it doesn't exported as module member somehow.
Just add Get-GitHubOAuthTokens will resolve an issue. https://github.com/Iristyle/Posh-GitHub/blob/master/Posh-Github.psm1#L1174
Export-ModuleMember -Function New-GitHubOAuthToken, New-GitHubPullRequest, Get-GitHubIssues, Get-GitHubEvents, Get-GitHubRepositories, Get-GitHubPullRequests, Set-GitHubUserName, Set-GitHubOrganization, Get-GitHubTeams, Get-GitHubOAuthTokens, New-GitHubRepository, New-GitHubFork, Clear-GitMergedBranches
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems Get-GitHubOAuthTokens not use in public function because it doesn't exported as module member somehow.
Just add Get-GitHubOAuthTokens will resolve an issue.
https://github.com/Iristyle/Posh-GitHub/blob/master/Posh-Github.psm1#L1174
The text was updated successfully, but these errors were encountered: