File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Microsoft.PowerShell.Core Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -549,7 +549,6 @@ The `Get-Module` cmdlet checks **CompatiblePSEditions** property of **PSModuleIn
549549specified value and returns only those modules that have it set.
550550
551551> [!NOTE]
552- >
553552> - **Desktop Edition:** Built on .NET Framework and provides compatibility with scripts and modules
554553> targeting versions of PowerShell running on full footprint editions of Windows such as Server
555554> Core and Windows Desktop.
Original file line number Diff line number Diff line change @@ -39,10 +39,6 @@ These articles document version 2.3.5 of PSReadLine.
3939
4040## PSReadLine Cmdlets
4141
42- ### [ PSConsoleHostReadLine] ( PSConsoleHostReadLine.md )
43-
44- The main entry point for PSReadLine.
45-
4642### [ Get-PSReadLineKeyHandler] ( Get-PSReadLineKeyHandler.md )
4743
4844Gets the key bindings for the PSReadLine module.
@@ -51,6 +47,10 @@ Gets the key bindings for the PSReadLine module.
5147
5248Gets values for the options that can be configured.
5349
50+ ### [ PSConsoleHostReadLine] ( PSConsoleHostReadLine.md )
51+
52+ This function is the main entry point for PSReadLine.
53+
5454### [ Remove-PSReadLineKeyHandler] ( Remove-PSReadLineKeyHandler.md )
5555
5656Removes a key binding.
You can’t perform that action at this time.
0 commit comments