We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce1d0f commit 268b28bCopy full SHA for 268b28b
benchmark.ps1
@@ -4,7 +4,7 @@
4
#Requires -Version 7
5
6
param(
7
- [Parameter(Mandatory = $false)][string] $Filter = "*",
+ [Parameter(Mandatory = $false)][string] $Filter = "",
8
[Parameter(Mandatory = $false)][string] $Job = ""
9
)
10
0 commit comments