You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes when the tool generates the navigation on the left, the method names are not in order.
I "thought" I put some sort of order-by clause in there, but maybe I've missed it.
The text was updated successfully, but these errors were encountered:
Hey Chase, I think this has been solved already..? i've just tested it on my PC with 3 different modules (using both templates) and both appear to display in alphabetical order..
If you think it's still broken i can quickly change line 23 of psdoc.ps1 it to
$commandsHelp = (Get-Command -module $moduleName | sort-object -property Name) | get-help -full | Where-Object {! $_.name.EndsWith('.ps1')}
Sometimes when the tool generates the navigation on the left, the method names are not in order.
I "thought" I put some sort of order-by clause in there, but maybe I've missed it.
The text was updated successfully, but these errors were encountered: