We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c567745 commit 0a100dfCopy full SHA for 0a100df
1 file changed
obs-powershell.HelpOut.ps1
@@ -1,5 +1,5 @@
1
#requires -Module HelpOut
2
3
Import-Module .\obs-powershell.psd1
4
-Save-MarkdownHelp -Module obs-powershell -PassThru
+Save-MarkdownHelp -Module obs-powershell -PassThru -Command (Get-OBSEffect | Where-Object { $_ -is [Management.Automation.CommandInfo]})
5
0 commit comments