prettify parameters and stuff
This commit is contained in:
parent
2a51e76b07
commit
c125ad0acd
@ -56,11 +56,13 @@ function Disconnect-From {
|
||||
#>
|
||||
|
||||
[CmdletBinding()]
|
||||
|
||||
[Diagnostics.CodeAnalysis.SuppressMessageAttribute(
|
||||
'PSAvoidGlobalVars',
|
||||
'',
|
||||
Justification = 'Wrapping existing global vars from external modules'
|
||||
)]
|
||||
|
||||
param (
|
||||
[Parameter(Mandatory = $true)]
|
||||
[string] $RemoteHost,
|
||||
|
Loading…
Reference in New Issue
Block a user