Skip to content
New issue

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

Get-GitHubOAuthTokens not exported as module member #28

Open
guitarrapc opened this issue Feb 11, 2014 · 0 comments
Open

Get-GitHubOAuthTokens not exported as module member #28

guitarrapc opened this issue Feb 11, 2014 · 0 comments

Comments

@guitarrapc
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant