1
0
mirror of https://github.com/jaapbrasser/SharedScripts.git synced 2025-12-24 21:51:38 +02:00

Added documentation

This commit is contained in:
Jaap Brasser
2019-07-28 14:12:47 +02:00
committed by GitHub
parent fba74a4e27
commit ae26b7ce78

View File

@@ -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