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 { function Get-CommandResult {
Param ( Param (
[Parameter(Mandatory=$true)] [Parameter(Mandatory)]
[string] $Command, [string] $Command,
[switch] $Multiline [switch] $Multiline
) )

Loading…
Cancel
Save