chris-peterson / pwsh-gitlab

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

Improve WhatIf Output and/or Documentation for Clone-GitlabGroup #79

Closed SapientGuardian closed 1 year ago

SapientGuardian commented 1 year ago

It wasn't clear from the documentation whether Clone-GitlabGroup would be dumping all of the group repositories into the current folder or it would first create a folder for the group. I ran it with -WhatIf, which unhelpfully told me

What if: Performing the operation "clone group" on target "(group name)"

I eventually ran the command and saw that it created the group folder, but it would be nice if this was made explicit.