chris-peterson / pwsh-gitlab

:computer: PowerShell module for GitLab
MIT License
22 stars 10 forks source link

Add help for exported functions #98

Closed Stephanevg closed 1 month ago

Stephanevg commented 2 months ago

When trying to figure out how this module worked, I was searching for examples using `Get-Help'. I noticed when skimming through the code, that quite a few functions don't have comment based help in place.

The one I was looking at, was Invoke-GitLabApi . Since so many cmdlets are dependant on this cmdlet, It would make sense to add bullet proof help to this one could be a good starting point :)

Cheers

chris-peterson commented 1 month ago

Duplicate of #25