PSReadline Module
El módulo PSReadline contiene cmdlets que permiten personalizar el entorno de edición de la línea de comandos en PowerShell. Estos artículos documentan PSReadline v1.2. Esta versión se incluye en PowerShell v5.1 y versiones anteriores.
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. |