Partilhar via


PSReadline Module

O módulo PSReadline contém cmdlets que permitem personalizar o ambiente de edição de linha de comando no PowerShell. Estes artigos documentam PSReadline v1.2. Esta versão é fornecida no PowerShell v5.1 e inferior.

PSReadline Cmdlets

Cmdlet Description
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.