### PSReadLine Cmdlets Source: https://learn.microsoft.com/powershell/module/PSReadLine This table lists the available cmdlets in the PSReadLine module and their descriptions. ```APIDOC ## PSReadLine Cmdlets ### Get-PSReadLineKeyHandler #### Description Gets the key bindings for the PSReadLine module. ### Get-PSReadLineOption #### Description Gets values for the options that can be configured. ### PSConsoleHostReadLine #### Description This function is the main entry point for PSReadLine. ### Remove-PSReadLineKeyHandler #### Description Removes a key binding. ### Set-PSReadLineKeyHandler #### Description Binds keys to user-defined or PSReadLine key handler functions. ### Set-PSReadLineOption #### Description Customizes the behavior of command line editing in **PSReadLine**. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.