Freigeben über


PSReadline Module

Das PSReadline-Modul enthält Cmdlets, mit denen Sie die Befehlszeilenbearbeitungsumgebung in PowerShell anpassen können. Dieser Artikel dokumentiert PSReadline v1.2. Diese Version ist in PowerShell v5.1 und niedriger enthalten.

PSReadline-Cmdlets

Cmdlet Beschreibung
Get-PSReadlineKeyHandler

Gets the key bindings for the PSReadline module.

Get-PSReadlineOption

Gets values for the options that can be configured.

PSConsoleHostReadline

This function is the main entry point for PSReadline.

Remove-PSReadlineKeyHandler

Removes a key binding.

Set-PSReadlineKeyHandler

Binds keys to user-defined or PSReadline key handler functions.

Set-PSReadlineOption

Customizes the behavior of command line editing in PSReadline.