Skip to content

Commit 43810e4

Browse files
author
James Brundage
committedJan 29, 2025·
feat: WebSocket.ThreadJob formatting ( Fixes #91 )
Including formatting in module
1 parent 627dcca commit 43810e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎WebSocket.psd1

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
Description = 'Work with WebSockets in PowerShell'
99
FunctionsToExport = @('Get-WebSocket')
1010
AliasesToExport = @('WebSocket','ws','wss')
11+
FormatsToProcess = @('WebSocket.format.ps1')
1112
PrivateData = @{
1213
PSData = @{
1314
Tags = @('WebSocket', 'WebSockets', 'Networking', 'Web')

0 commit comments

Comments
 (0)
Please sign in to comment.