oceans-of-time 8c13baa7df
fix: improve error handling in PowerShell guidelines
Update error handling examples to use $PSCmdlet.WriteError() and
$PSCmdlet.ThrowTerminatingError() instead of Write-Error and throw for better PowerShell cmdlet integration.
2025-10-03 04:32:48 +10:00
..