v0.10.0
[0.10.0] 2017-12-13
Added
-
#71 Added
-Examples
and-Full
switches to builtin commandGet-CommandHelp
. These switches provide more information about a command and-Examples
is particularly useful when learning how to use a command. These provide a similar experience to PowerShell'sGet-Help
cmdlet. (via @RamblingCookieMonster) -
#72 Added
FormatEnumerationLimitOverride
property with a default value of-1
to the bot configuration. This controls the enumeration limit of arrays and addresses an issue where not all items in an array would be displayed if the array had more than4
items (the default limit). Instead an ellipsis...
would be shown. (via @RamblingCookieMonster)
Fixed
-
An exception was raised when running
Save-PoshBotConfiguration
. -
Logic bug where the
SendCommandResponseToPrivate
configuration property was not being honored. -
#73 Command resolution when running builtin command
Get-CommandHelp
was returning unexpected results. (via @RamblingCookieMonster)