SeeminglyScience / EditorServicesCommandSuite

Collection of editor commands for use in PowerShell Editor Services.
Other
152 stars 13 forks source link

Add Optional Custom Variable Name to ConvertTo-SplatExpression #25

Closed markekraus closed 6 years ago

markekraus commented 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.

SeeminglyScience commented 6 years ago

Sorry about the wait on this. Merging it in so I can get it in my branch. Thanks again @markekraus!