Skip to content

Commit 4aad058

Browse files
authored
Remove duplicate entry from module file (#12045)
1 parent b645532 commit 4aad058

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

reference/5.1/PSReadLine/PSReadLine.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,26 @@ These articles document version 2.0.0 of PSReadLine.
3232

3333
## PSReadLine Cmdlets
3434

35-
### [PSConsoleHostReadLine](PSConsoleHostReadLine.md)
36-
The main entry point for PSReadLine.
37-
3835
### [Get-PSReadLineKeyHandler](Get-PSReadLineKeyHandler.md)
36+
3937
Gets the key bindings for the PSReadLine module.
4038

4139
### [Get-PSReadLineOption](Get-PSReadLineOption.md)
40+
4241
Gets values for the options that can be configured.
4342

4443
### [PSConsoleHostReadLine](PSConsoleHostReadLine.md)
44+
4545
This function is the main entry point for PSReadLine.
4646

4747
### [Remove-PSReadLineKeyHandler](Remove-PSReadLineKeyHandler.md)
48+
4849
Removes a key binding.
4950

5051
### [Set-PSReadLineKeyHandler](Set-PSReadLineKeyHandler.md)
52+
5153
Binds keys to user-defined or PSReadLine key handler functions.
5254

5355
### [Set-PSReadLineOption](Set-PSReadLineOption.md)
56+
5457
Customizes the behavior of command line editing in **PSReadLine**.

reference/7.4/PSReadLine/PSReadLine.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,26 @@ These articles document version 2.3.5 of PSReadLine.
3939
4040
## PSReadLine Cmdlets
4141

42-
### [PSConsoleHostReadLine](PSConsoleHostReadLine.md)
43-
The main entry point for PSReadLine.
44-
4542
### [Get-PSReadLineKeyHandler](Get-PSReadLineKeyHandler.md)
43+
4644
Gets the key bindings for the PSReadLine module.
4745

4846
### [Get-PSReadLineOption](Get-PSReadLineOption.md)
47+
4948
Gets values for the options that can be configured.
5049

5150
### [PSConsoleHostReadLine](PSConsoleHostReadLine.md)
51+
5252
This function is the main entry point for PSReadLine.
5353

5454
### [Remove-PSReadLineKeyHandler](Remove-PSReadLineKeyHandler.md)
55+
5556
Removes a key binding.
5657

5758
### [Set-PSReadLineKeyHandler](Set-PSReadLineKeyHandler.md)
59+
5860
Binds keys to user-defined or PSReadLine key handler functions.
5961

6062
### [Set-PSReadLineOption](Set-PSReadLineOption.md)
63+
6164
Customizes the behavior of command line editing in **PSReadLine**.

0 commit comments

Comments
 (0)