다음을 통해 공유


PSReadline Module

PSReadline 모듈에는 PowerShell에서 명령줄 편집 환경을 사용자 지정할 수 있는 cmdlet이 포함되어 있습니다. 이 문서에서는 PSReadline v1.2를 문서화합니다. 이 버전은 PowerShell v5.1 이하에 제공됩니다.

PSReadline cmdlet

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.