Pode
Pode copied to clipboard
Rename any internal function with a plural nouns to a singular one
PowerShell best practices state cmdlets should use singular nouns and not plurals. Suppression allows you to suppress the rule for specific function names.
For example: Merge-PodeScriptblockArguments
should be renamed to Merge-PodeScriptblockArgument