Skip to content

Commit b34b10e

Browse files
author
James Brundage
committed
Fixing help topic obs-powershell-websocket-commands
1 parent bf33bfd commit b34b10e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

en-us/obs-powershell-websocket-commands.help.ps.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
obs-powershell-websocket-commands
22
---------------------------------
33

4-
`|{($importedModule = Import-Module ..\ -Global -PassThru)}|`
5-
64
Many of the commands communicate directly with [obs-websocket](https://github.com/obsproject/obs-websocket)
75
and are are generated by [PipeScript](https://github.com/StartAutomating/PipeScript).
86

97
~~~PipeScript {
8+
$importedModule = Import-Module ..\ -Global -PassThru
109
$exportedCmds = $importedModule.ExportedCommands.Values |
1110
Where-Object {
1211
$_.ScriptBlock.Attributes.Key -eq 'OBS.WebSocket.RequestType'

0 commit comments

Comments
 (0)