PSReadLine
PSReadLine-modulen innehåller cmdletar som gör att du kan anpassa kommandoradsredigeringsmiljön i PowerShell. De här artiklarna dokumenterar PSReadLine v1.2. Den här versionen levereras i PowerShell v5.1 och senare.
PSReadLine
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. |