Posh-GitHub icon indicating copy to clipboard operation
Posh-GitHub copied to clipboard

Get-GitHubOAuthTokens not exported as module member

Open guitarrapc opened this issue 10 years ago • 0 comments

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

guitarrapc avatar Feb 11 '14 05:02 guitarrapc