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 3224459 commit 0a31f20Copy full SHA for 0a31f20
WebSocket.psd1
@@ -7,7 +7,7 @@
7
Copyright = '2024 StartAutomating'
8
Description = 'Work with WebSockets in PowerShell'
9
FunctionsToExport = @('Get-WebSocket')
10
- AliasesToExport = @('WebSocket')
+ AliasesToExport = @('WebSocket','ws','wss')
11
PrivateData = @{
12
PSData = @{
13
Tags = @('WebSocket', 'WebSockets', 'Networking', 'Web')
0 commit comments