feat: add Get-Hubber and Get-HubberByCountry functions#1
Conversation
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
| @@ -0,0 +1,35 @@ | |||
| function Get-Hubber{ | |||
Check notice
Code scanning / PSScriptAnalyzer
The cmdlet 'Get-Hubber' does not have a help comment. Note
| return $hubbers.Values | ||
| } Export-ModuleMember -Function Get-Hubber | ||
|
|
||
| function Get-HubberByCountry { |
Check notice
Code scanning / PSScriptAnalyzer
The cmdlet 'Get-HubberByCountry' does not have a help comment. Note
|
|
||
| # Downloaded from https://thehub.github.com/assets/org-data.json | ||
| return "~/hubbers.json" | ||
| } No newline at end of file |
Check notice
Code scanning / PSScriptAnalyzer
Line has trailing whitespace Note
No description provided.