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 cccb98a commit cf4a03cCopy full SHA for cf4a03c
Build/GQL.HelpOut.ps1
@@ -0,0 +1,11 @@
1
+#requires -Module HelpOut
2
+
3
+#region Load the Module
4
+Push-Location ($PSScriptRoot | Split-Path)
5
+$importedModule = Import-Module .\ -Global -PassThru
6
+#endregion Load the Module
7
8
+# This will save the MarkdownHelp to the docs folder, and output all of the files created.
9
+Save-MarkdownHelp -PassThru -Module $importedModule.Name -ExcludeCommandType Alias
10
11
+Pop-Location
0 commit comments