diff --git a/Get-GitPullRequestLocal/Get-GitPullRequestLocal.ps1 b/Get-GitPullRequestLocal/Get-GitPullRequestLocal.ps1 index 9d948bd..d4c55eb 100644 --- a/Get-GitPullRequestLocal/Get-GitPullRequestLocal.ps1 +++ b/Get-GitPullRequestLocal/Get-GitPullRequestLocal.ps1 @@ -14,7 +14,9 @@ Will create a folder in C:\Temp named after the PR number, and clone the specifi [cmdletbinding(SupportsShouldProcess)] param( + # URI of the pull request [string] $Uri, + # The path where the PRs will be cloned to, defaults to C:\Windows, should be specified on non-Windows systems [string] $Path = 'C:\Temp', # If this parameter is specified VScode will not automatically open after pulling in the PR [switch] $NoCode