> short-circuit operator are completely broken.
What do you mean ? This kind of thing ?:
> 0 -and (Write-Host 2) False > 1 -and (Write-Host 2) 2 False
> short-circuit operator are completely broken.
What do you mean ? This kind of thing ?:
Not typically used in PowerShell, its bash paradigm IMO. There are objects here, so we throw error objects mostly and combine lines differently.