Skip to content

Commit 0a31f20

Browse files
author
James Brundage
committed
feat: Get-WebSocket is aliased to ws and wss ( Fixes #57 )
Exporting aliases
1 parent 3224459 commit 0a31f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebSocket.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Copyright = '2024 StartAutomating'
88
Description = 'Work with WebSockets in PowerShell'
99
FunctionsToExport = @('Get-WebSocket')
10-
AliasesToExport = @('WebSocket')
10+
AliasesToExport = @('WebSocket','ws','wss')
1111
PrivateData = @{
1212
PSData = @{
1313
Tags = @('WebSocket', 'WebSockets', 'Networking', 'Web')

0 commit comments

Comments
 (0)