Skip to content

Commit 0a100df

Browse files
author
James Brundage
committed
Auto-generating help for effect commands (re #109, #112)
1 parent c567745 commit 0a100df

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
4+
Save-MarkdownHelp -Module obs-powershell -PassThru -Command (Get-OBSEffect | Where-Object { $_ -is [Management.Automation.CommandInfo]})
55

0 commit comments

Comments
 (0)