mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2025-01-05 10:24:36 +03:00
4 lines
78 B
PowerShell
4 lines
78 B
PowerShell
Set-StrictMode -Version latest
|
|
$ErrorActionPreference = 'Stop'
|
|
hurl --version
|