File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff 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+
3937Gets the key bindings for the PSReadLine module.
4038
4139### [ Get-PSReadLineOption] ( Get-PSReadLineOption.md )
40+
4241Gets values for the options that can be configured.
4342
4443### [ PSConsoleHostReadLine] ( PSConsoleHostReadLine.md )
44+
4545This function is the main entry point for PSReadLine.
4646
4747### [ Remove-PSReadLineKeyHandler] ( Remove-PSReadLineKeyHandler.md )
48+
4849Removes a key binding.
4950
5051### [ Set-PSReadLineKeyHandler] ( Set-PSReadLineKeyHandler.md )
52+
5153Binds keys to user-defined or PSReadLine key handler functions.
5254
5355### [ Set-PSReadLineOption] ( Set-PSReadLineOption.md )
56+
5457Customizes the behavior of command line editing in ** PSReadLine** .
Original file line number Diff line number Diff 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+
4644Gets the key bindings for the PSReadLine module.
4745
4846### [ Get-PSReadLineOption] ( Get-PSReadLineOption.md )
47+
4948Gets values for the options that can be configured.
5049
5150### [ PSConsoleHostReadLine] ( PSConsoleHostReadLine.md )
51+
5252This function is the main entry point for PSReadLine.
5353
5454### [ Remove-PSReadLineKeyHandler] ( Remove-PSReadLineKeyHandler.md )
55+
5556Removes a key binding.
5657
5758### [ Set-PSReadLineKeyHandler] ( Set-PSReadLineKeyHandler.md )
59+
5860Binds keys to user-defined or PSReadLine key handler functions.
5961
6062### [ Set-PSReadLineOption] ( Set-PSReadLineOption.md )
63+
6164Customizes the behavior of command line editing in ** PSReadLine** .
You can’t perform that action at this time.
0 commit comments