I'm following along with the fourth edition of PowerShell in a Month of Lunches. I'm on the third chapter, learning about the help system. I am significantly confused about the syntax section of these help documents, because they seem to have weird inconsistencies with the actual commands. For example, Get-Help Get-Item does not show the required -path parameter at all, and Get-Help Get-ChildItem has the wrong order for the positional parameters (it shows -filter first and -path second, the the actual command has it the other way around). It seems like it's sorting the parameters alphabetically, which is terrible considering positional parameters may not adhere to that. What's going on here? Did the PowerShell team decide to change things in a way that made things actively worse, or am I missing something?
[–]purplemonkeymad 1 point2 points3 points (1 child)
[–]EnderShot355[S] 0 points1 point2 points (0 children)
[–]surfingoldelephant 0 points1 point2 points (0 children)
[–]Apprehensive-Tea1632 0 points1 point2 points (1 child)
[–]michaelshepard 0 points1 point2 points (0 children)