We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627dcca commit 43810e4Copy full SHA for 43810e4
WebSocket.psd1
@@ -8,6 +8,7 @@
8
Description = 'Work with WebSockets in PowerShell'
9
FunctionsToExport = @('Get-WebSocket')
10
AliasesToExport = @('WebSocket','ws','wss')
11
+ FormatsToProcess = @('WebSocket.format.ps1')
12
PrivateData = @{
13
PSData = @{
14
Tags = @('WebSocket', 'WebSockets', 'Networking', 'Web')
0 commit comments