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
PowerShell best practices state cmdlets should use singular nouns and not plurals. Suppression allows you to suppress the rule for specific function names.
For compatibility, an Alias with the old name will be created.
Test-PodeAccess and Test-PodeAuth already exist as functions. Maybe something like Test-PodeAccessPresent or Test-PodeAccessCreated / Test-PodeAccessAdded?
IMO, these functions are valid use cases of plural names, as the Clear ones really are doing multiple things ad they can't be singularised - Clear-PodeTimers will clear all timers out regardless and Clear-PodeTimer will be confusing.
I'll agree on the Merge-PodeScriptblockArgument and Use- ones though, those could be changed.
PowerShell best practices state cmdlets should use singular nouns and not plurals. Suppression allows you to suppress the rule for specific function names.
For compatibility, an Alias with the old name will be created.
Functions
The text was updated successfully, but these errors were encountered: