Skip to content
New issue

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

Method Names sometimes not in alphabetical order #2

Open
ChaseFlorell opened this issue Jan 18, 2016 · 2 comments
Open

Method Names sometimes not in alphabetical order #2

ChaseFlorell opened this issue Jan 18, 2016 · 2 comments

Comments

@ChaseFlorell
Copy link
Owner

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.

@codepersononline
Copy link

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')}

@ChaseFlorell
Copy link
Owner Author

Thanks for looking at it. I haven't really focussed on this for a bit... it works for my needs for now.
Feel free to send a PR, and I'll bring it in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants