We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New-MarkdownHelp doesn't detect all functions in a given module.
New-MarkdownHelp
$params = @{ Module = "REDACTED" OutputFolder = "./docs/markdown" AlphabeticParamsOrder = $true WithModulePage = $true ExcludeDontShow = $true Encoding = [System.Text.Encoding]::UTF8 } New-MarkdownHelp @params
Output markdown files for all functions to given OutputFolder.
Recently added functions are missing from the generated markdown files.
No response
[]PS>Get-Module PlatyPS -ListAvailable Directory: C:\Users\redacted\Documents\PowerShell\Modules ModuleType Version PreRelease Name PSEdition ExportedCommands ---------- ------- ---------- ---- --------- ---------------- Script 0.14.2 platyPS Desk {New-MarkdownHelp, Get-… []PS>$PSVersionTable Name Value ---- ----- PSVersion 7.4.5 PSEdition Core GitCommitId 7.4.5 OS Microsoft Windows 10.0.19045 Platform Win32NT PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…} PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1 WSManStackVersion 3.0
The text was updated successfully, but these errors were encountered:
Problem had nothing to do with the module.
Sorry, something went wrong.
No branches or pull requests
Prerequisites
Steps to reproduce
New-MarkdownHelp
doesn't detect all functions in a given module.Expected behavior
Output markdown files for all functions to given OutputFolder.
Actual behavior
Recently added functions are missing from the generated markdown files.
Error details
No response
Environment data
Visuals
No response
The text was updated successfully, but these errors were encountered: