Closed markekraus closed 6 years ago
I like to standardize on $Param in 99.999% of cases. So I figured this was a good compromise. I could probably set this in my $PSDefaultParameterValues then.
$Param
$PSDefaultParameterValues
Sorry about the wait on this. Merging it in so I can get it in my branch. Thanks again @markekraus!
I like to standardize on
$Param
in 99.999% of cases. So I figured this was a good compromise. I could probably set this in my$PSDefaultParameterValues
then.