Skip to content

Commit 664636e

Browse files
author
Friedrich Weinmann
committed
fixed file duplication
1 parent 41c5702 commit 664636e

2 files changed

Lines changed: 1 addition & 82 deletions

File tree

PSFramework/functions/flowcontrol/Test-PSFParameterBinding.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
3939
Returns whether any of the specified parameters was not bound
4040
#>
41-
[CmdletBinding()]
41+
[CmdletBinding(HelpUri = 'https://psframework.org/documentation/commands/PSFramework/Test-PSFParameterBinding')]
4242
Param (
4343
[Parameter(Mandatory = $true, Position = 0)]
4444
[string[]]

PSFramework/functions/utility/Test-PSFParameterBinding.ps1

Lines changed: 0 additions & 81 deletions
This file was deleted.

0 commit comments

Comments
 (0)