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
Added an argument completer for the Name parameter of Show-FunctionItem.
Added a new Property parameter to Get-PSUnique to allow the user to specify a property or properties to use for comparison. The command will also display a warning if a comparison can't be made. Issue #150
Changed
Ongoing and general code cleanup.
Removed previously deprecated commands Set-ConsoleColor and Out-ConditionalColor.
Changed Get-PSScriptTools to use saved data from a JSON file instead of building the data from Get-Command, Get-Alias, and Get-Help`. This also fixes display problems with the Synopsis property in Linux.
Changed Write-ANSIProgress by adding a parameter to write to the host and not the pipeline.
Updated README.
Fixed
Removed obsolete comment-based help for New-PSDynamicParameter.