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

8 lines
125 B
PowerShell

function Test-InvocationOfCommand {
[CmdletBinding()]
param()
$x = Test-MyInvocationCommand
Write-Host $x
}