Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions reference/5.1/PSReadLine/PSReadLine.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,26 @@ These articles document version 2.0.0 of PSReadLine.

## PSReadLine Cmdlets

### [PSConsoleHostReadLine](PSConsoleHostReadLine.md)
The main entry point for PSReadLine.

### [Get-PSReadLineKeyHandler](Get-PSReadLineKeyHandler.md)

Gets the key bindings for the PSReadLine module.

### [Get-PSReadLineOption](Get-PSReadLineOption.md)

Gets values for the options that can be configured.

### [PSConsoleHostReadLine](PSConsoleHostReadLine.md)

This function is the main entry point for PSReadLine.

### [Remove-PSReadLineKeyHandler](Remove-PSReadLineKeyHandler.md)

Removes a key binding.

### [Set-PSReadLineKeyHandler](Set-PSReadLineKeyHandler.md)

Binds keys to user-defined or PSReadLine key handler functions.

### [Set-PSReadLineOption](Set-PSReadLineOption.md)

Customizes the behavior of command line editing in **PSReadLine**.
9 changes: 6 additions & 3 deletions reference/7.4/PSReadLine/PSReadLine.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,26 @@ These articles document version 2.3.5 of PSReadLine.

## PSReadLine Cmdlets

### [PSConsoleHostReadLine](PSConsoleHostReadLine.md)
The main entry point for PSReadLine.

### [Get-PSReadLineKeyHandler](Get-PSReadLineKeyHandler.md)

Gets the key bindings for the PSReadLine module.

### [Get-PSReadLineOption](Get-PSReadLineOption.md)

Gets values for the options that can be configured.

### [PSConsoleHostReadLine](PSConsoleHostReadLine.md)

This function is the main entry point for PSReadLine.

### [Remove-PSReadLineKeyHandler](Remove-PSReadLineKeyHandler.md)

Removes a key binding.

### [Set-PSReadLineKeyHandler](Set-PSReadLineKeyHandler.md)

Binds keys to user-defined or PSReadLine key handler functions.

### [Set-PSReadLineOption](Set-PSReadLineOption.md)

Customizes the behavior of command line editing in **PSReadLine**.