Builtin functions Get-Plugin and Get-Role use the non-standard parameters
plugin and
ole respectively where they should use
ame as is normal in
PowerShell functions. This commit updates those functions and their comment
based help to reflect the correct parameters.
This is a breaking change if people are relying on the old parameters.
Related Issue
This change resolves devblackops/PoshBot#7.
Motivation and Context
All builtin functions and publicly exposed functions should follow best practices and PowerShell standards.
How Has This Been Tested?
Ran the Test.ps1 with the updated code.
Screenshots (if appropriate):
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[x] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[x] My code follows the code style of this project.
[x] My change requires a change to the documentation.
Description
Related Issue
This change resolves devblackops/PoshBot#7.
Motivation and Context
All builtin functions and publicly exposed functions should follow best practices and PowerShell standards.
How Has This Been Tested?
Ran the
Test.ps1
with the updated code.Screenshots (if appropriate):
Types of changes
Checklist: