Skip to content
This repository was archived by the owner on Aug 22, 2022. It is now read-only.

Development

Nicholas M. Getchell edited this page Jan 16, 2019 · 1 revision

Adding Help

# Make sure the development version of PSGitLab is loaded into the session
Remove-Module [P]SGitLab
Import-Module .\Path\To\PSGitLab.psd1

# Generate New File
New-MarkdownHelp -Command New-Function -OutputFolder .\docs

Clone this wiki locally