ps/Modules/Cole.PowerShell.Developer/Public/Test-MyInvocationCommand.ps1
2023-05-30 22:51:22 -07:00

6 lines
103 B
PowerShell

function Test-MyInvocationCommand {
[CmdletBinding()]
param ()
return $MyInvocation.Line
}