pull/15/head
Nikita Bykov 5 years ago
parent f209a3af99
commit 00ba6e7266

@ -7,7 +7,7 @@ Pester extension that allows to run command and validate exit code
function Get-CommandResult {
Param (
[Parameter(Mandatory=$true)]
[Parameter(Mandatory)]
[string] $Command,
[switch] $Multiline
)

Loading…
Cancel
Save