From 4aad05871e5da9cb23b8fc8871a23ec445f535c0 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Mon, 5 May 2025 13:25:27 -0700 Subject: [PATCH] Remove duplicate entry from module file (#12045) --- reference/5.1/PSReadLine/PSReadLine.md | 9 ++++++--- reference/7.4/PSReadLine/PSReadLine.md | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/reference/5.1/PSReadLine/PSReadLine.md b/reference/5.1/PSReadLine/PSReadLine.md index fc3aa9200d06..48b2df5385c2 100644 --- a/reference/5.1/PSReadLine/PSReadLine.md +++ b/reference/5.1/PSReadLine/PSReadLine.md @@ -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**. diff --git a/reference/7.4/PSReadLine/PSReadLine.md b/reference/7.4/PSReadLine/PSReadLine.md index 1600fd3e89ed..aa11bf5ab721 100644 --- a/reference/7.4/PSReadLine/PSReadLine.md +++ b/reference/7.4/PSReadLine/PSReadLine.md @@ -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**.