Thomas Nieto
Thomas Nieto
> It doesn't write to the Information stream believe it or not. Agree about the parameter name though (if the commands WG accepts the suggestion) That is interesting didn't know...
These cmdlets should be added to the same module (Microsoft.PowerShell.Utility) as the existing json commands. If there is concern about the PowerShell team not having time to implement these cmdlets...
The `Get-Partition` cmdlet isn't in this repository so you should log an issue in the Feedback Hub within Windows as well. As for your issue it looks to be related...
@SeeminglyScience why is this being flagged for closure even though it has up for grabs?
> If there is a desire to "do it like bash does it," then how about putting a `[System.IO.Path]::DirectorySeparatorChar` at the end of directory names? Feel free to open a...
@garretwilson There was no color, the color was determined by your console/terminal text color setting.
@garretwilson look at @jhoneill comment. His code snippet does that.
@sdwheeler In my testing this issue isn't limited to PSReadLine, its just the one I chose for the example. Here is another example from my module: ```powershell Install-PSResource AnyPackage Update-Help...
@sdwheeler that is the module name, you can run those commands verbatim to reproduce the issue.
The parameter name should be `ExcludeModule` to match existing cmdlets that use `Exclude` not `Excluded`.