PSReadline Module

Le module PSReadline contient des applets de commande qui vous permettent de personnaliser l’environnement d’édition de ligne de commande dans PowerShell. Ces articles documentent PSReadline v1.2. Cette version est livrée dans PowerShell v5.1 et versions antérieures.

Applets de commande PSReadline

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.