From ae26b7ce78c06da2ea3d4d5271fde03f1dc46ffd Mon Sep 17 00:00:00 2001 From: Jaap Brasser Date: Sun, 28 Jul 2019 14:12:47 +0200 Subject: [PATCH] Added documentation --- Get-GitPullRequestLocal/Get-GitPullRequestLocal.ps1 | 2 ++ 1 file changed, 2 insertions(+) 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