Skip to content

Conversation

@JoshuaMoelans
Copy link
Member

No description provided.

Comment on lines 60 to 66
[hashtable] Connect([string]$target) {
if (-not [string]::IsNullOrEmpty($target)) {
Write-Debug "$($this.Platform): Setting target device: $target"
$this.InvokeCommand('set-default-target', @($target))
}
return $this.Connect()
}

This comment was marked as outdated.

@tustanivsky tustanivsky merged commit 0afce60 into main Jan 16, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants