Michael Klement
Michael Klement
Currently, a script/function's parameter is only considered _bound_ if an actual value was supplied by the _caller_. Notably, this means that parameter _default values_ are _not_ reflected in `$PSBoundParameters`, which...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...
Related: #9497 While `pwsh -Command -` and `pwsh -File -` both accept command input from the pipeline / from stdin: * they **exhibit undesirable pseudo-interactive behavior**: * they execute each...
First things first: Great module, thanks for sharing. When you tab-complete a generic type, the `` ` `` characters don't get escaped, which means that the completed results cannot be...
_Update_: The decision in #8603 to rely on `Console.Clear()` amounts to inconsistent behavior across platforms, for no good reason (there's no native behavior that needs to be emulated; native behavior,...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...
### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the [latest released version](https://github.com/PowerShell/PowerShell/releases) - [X] Search the existing issues. -...
Observed in both `Terminal.app`, the default terminal application, and popular third-party alternative `iTerm.app`