Skip to content

Commit cf4a03c

Browse files
author
James Brundage
committed
feat: GQL HelpOut ( Fixes #6 )
1 parent cccb98a commit cf4a03c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Build/GQL.HelpOut.ps1

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)