Skip to content

Commit 1d5d9da

Browse files
author
James Brundage
committed
Not auto-generating help for effect commands (re #109, #112)
1 parent 886e442 commit 1d5d9da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

obs-powershell.HelpOut.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#requires -Module HelpOut
22

33
Import-Module .\obs-powershell.psd1
4-
Save-MarkdownHelp -Module obs-powershell -PassThru -Command (Get-OBSEffect | Where-Object { $_ -is [Management.Automation.CommandInfo]})
4+
Save-MarkdownHelp -Module obs-powershell -PassThru
55

0 commit comments

Comments
 (0)