From 31573ee803c7a069adf6e2166980cabc6a66b57d Mon Sep 17 00:00:00 2001 From: jhoneill Date: Fri, 27 Apr 2018 15:57:12 +0100 Subject: [PATCH] Default parameter set was missing --- compare-WorkSheet.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compare-WorkSheet.ps1 b/compare-WorkSheet.ps1 index bc138fc..89886c9 100644 --- a/compare-WorkSheet.ps1 +++ b/compare-WorkSheet.ps1 @@ -35,7 +35,7 @@ So this version starts at row 2 to skip the tiltle and labels the first column "label" and the Second "Value"; the label acts as the key and the result is display on using grid view. Note that grid view works best when the number of columns is small. #> -[cmdletbinding()] +[cmdletbinding(DefaultParameterSetName)] Param( #First file to compare [parameter(Mandatory=$true)]