We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0cede commit b11e8eeCopy full SHA for b11e8ee
1 file changed
Commands/Get-WebSocket.ps1
@@ -60,6 +60,7 @@ function Get-WebSocket {
60
}
61
#>
62
[CmdletBinding(PositionalBinding=$false)]
63
+ [Alias('WebSocket')]
64
param(
65
# The Uri of the WebSocket to connect to.
66
[Parameter(Position=0,ValueFromPipelineByPropertyName)]
0 commit comments