ps/Modules/Cole.PowerShell.Developer/Public/Test-InvocationOfCommand.ps1

8 lines
125 B
PowerShell
Raw Normal View History

2023-05-30 22:51:22 -07:00
function Test-InvocationOfCommand {
[CmdletBinding()]
param()
$x = Test-MyInvocationCommand
Write-Host $x
}