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

Default should run without param

This commit is contained in:
Jaap Brasser
2019-10-21 18:35:51 +09:00
parent 325c91dd7c
commit f4f7c36b4e

View File

@@ -11,7 +11,7 @@ This function looks at a file structure and creates a tree representation in mar
# The path of the file structure that will be mapped in markdown
[string] $Path = 'C:\Temp\Events',
# The GitHub full GitHub uri that files will be linked to
[Parameter(ParameterSetName='Uri',Mandatory=$true)]
[Parameter(ParameterSetName='Uri',Mandatory=$false)]
[string] $GitHubUri = 'https://github.com/jaapbrasser/events/tree/master',
# The GitHub Account that should be linked to
[Parameter(ParameterSetName='AccRepo',Mandatory=$true)]