poshbotio / PoshBot

Powershell-based bot framework
MIT License
540 stars 108 forks source link

Standardize builtin function parameters #9

Closed michaeltlombardi closed 7 years ago

michaeltlombardi commented 7 years ago

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):

image

Types of changes

Checklist:

devblackops commented 7 years ago

Thanks @michaeltlombardi

michaeltlombardi commented 7 years ago

No problem!