Since the -Full parameter of the Get-Help cmdlet (and help function) is used much more frequently than the -Functionality parameter it would be useful to change the order they show up when using Tab completion.
Also, alpabetically, Full goes earlier than Functionality.
Steps to reproduce
Expected behavior
Actual behavior
Environment data
> $PSVersionTable
Name Value
---- -----
PSVersion 6.1.0-preview.4
PSEdition Core
GitCommitId 6.1.0-preview.4
OS Microsoft Windows 10.0.17134
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Since the -Full parameter of the
Get-Helpcmdlet (andhelpfunction) is used much more frequently than the -Functionality parameter it would be useful to change the order they show up when using Tab completion.Also, alpabetically, Full goes earlier than Functionality.
Steps to reproduce
Expected behavior
Actual behavior
Environment data