diff --git a/reference/5.1/PSReadLine/PSConsoleHostReadLine.md b/reference/5.1/PSReadLine/PSConsoleHostReadLine.md index 9fa9efa80711..5953816d8e97 100644 --- a/reference/5.1/PSReadLine/PSConsoleHostReadLine.md +++ b/reference/5.1/PSReadLine/PSConsoleHostReadLine.md @@ -2,7 +2,7 @@ external help file: PSReadLine-help.xml Locale: en-US Module Name: PSReadLine -ms.date: 04/25/2022 +ms.date: 06/27/2024 online version: https://learn.microsoft.com/powershell/module/psreadline/psconsolehostreadline?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: PSConsoleHostReadLine @@ -23,7 +23,7 @@ PSConsoleHostReadLine `PSConsoleHostReadLine` is the main entry point for the PSReadLine module. The PowerShell console host automatically loads the PSReadLine module and calls this function. Under normal operating -conditions, this function is not intended to be used from the command line. +conditions, this function isn't intended to be used from the command line. The extension point `PSConsoleHostReadLine` is special to the console host. The host calls any alias, function, or script with this name. PSReadLine defines this function so that it is called @@ -33,7 +33,11 @@ from the console host. ### Example 1 -This function is not intended to be used from the command line. +This function isn't intended to be used from the command line. + +```powershell +PSConsoleHostReadLine +``` ## PARAMETERS @@ -47,6 +51,9 @@ This function is not intended to be used from the command line. ## NOTES +The purpose of this article is to document that this function exists and is used by the PSReadLine +module. + ## RELATED LINKS [about_PSReadLine](./About/about_PSReadLine.md) diff --git a/reference/7.2/PSReadLine/PSConsoleHostReadLine.md b/reference/7.2/PSReadLine/PSConsoleHostReadLine.md index 2a7ce93773ed..56cff121b2fb 100644 --- a/reference/7.2/PSReadLine/PSConsoleHostReadLine.md +++ b/reference/7.2/PSReadLine/PSConsoleHostReadLine.md @@ -2,7 +2,7 @@ external help file: PSReadLine-help.xml Locale: en-US Module Name: PSReadLine -ms.date: 04/25/2022 +ms.date: 06/27/2024 online version: https://learn.microsoft.com/powershell/module/psreadline/psconsolehostreadline?view=powershell-7.2&WT.mc_id=ps-gethelp schema: 2.0.0 title: PSConsoleHostReadLine @@ -23,7 +23,7 @@ PSConsoleHostReadLine `PSConsoleHostReadLine` is the main entry point for the PSReadLine module. The PowerShell console host automatically loads the PSReadLine module and calls this function. Under normal operating -conditions, this function is not intended to be used from the command line. +conditions, this function isn't intended to be used from the command line. The extension point `PSConsoleHostReadLine` is special to the console host. The host calls any alias, function, or script with this name. PSReadLine defines this function so that it is called @@ -33,7 +33,11 @@ from the console host. ### Example 1 -This function is not intended to be used from the command line. +This function isn't intended to be used from the command line. + +```powershell +PSConsoleHostReadLine +``` ## PARAMETERS @@ -47,6 +51,9 @@ This function is not intended to be used from the command line. ## NOTES +The purpose of this article is to document that this function exists and is used by the PSReadLine +module. + ## RELATED LINKS [about_PSReadLine](./About/about_PSReadLine.md) diff --git a/reference/7.4/PSReadLine/PSConsoleHostReadLine.md b/reference/7.4/PSReadLine/PSConsoleHostReadLine.md index 1b56e220b123..aec443eba18c 100644 --- a/reference/7.4/PSReadLine/PSConsoleHostReadLine.md +++ b/reference/7.4/PSReadLine/PSConsoleHostReadLine.md @@ -2,7 +2,7 @@ external help file: PSReadLine-help.xml Locale: en-US Module Name: PSReadLine -ms.date: 04/25/2022 +ms.date: 06/27/2024 online version: https://learn.microsoft.com/powershell/module/psreadline/psconsolehostreadline?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 title: PSConsoleHostReadLine @@ -23,7 +23,7 @@ PSConsoleHostReadLine `PSConsoleHostReadLine` is the main entry point for the PSReadLine module. The PowerShell console host automatically loads the PSReadLine module and calls this function. Under normal operating -conditions, this function is not intended to be used from the command line. +conditions, this function isn't intended to be used from the command line. The extension point `PSConsoleHostReadLine` is special to the console host. The host calls any alias, function, or script with this name. PSReadLine defines this function so that it is called @@ -33,7 +33,11 @@ from the console host. ### Example 1 -This function is not intended to be used from the command line. +This function isn't intended to be used from the command line. + +```powershell +PSConsoleHostReadLine +``` ## PARAMETERS @@ -47,6 +51,9 @@ This function is not intended to be used from the command line. ## NOTES +The purpose of this article is to document that this function exists and is used by the PSReadLine +module. + ## RELATED LINKS [about_PSReadLine](./About/about_PSReadLine.md) diff --git a/reference/7.5/PSReadLine/PSConsoleHostReadLine.md b/reference/7.5/PSReadLine/PSConsoleHostReadLine.md index cc0af5028057..160d3b632369 100644 --- a/reference/7.5/PSReadLine/PSConsoleHostReadLine.md +++ b/reference/7.5/PSReadLine/PSConsoleHostReadLine.md @@ -2,7 +2,7 @@ external help file: PSReadLine-help.xml Locale: en-US Module Name: PSReadLine -ms.date: 04/25/2022 +ms.date: 06/27/2024 online version: https://learn.microsoft.com/powershell/module/psreadline/psconsolehostreadline?view=powershell-7.5&WT.mc_id=ps-gethelp schema: 2.0.0 title: PSConsoleHostReadLine @@ -23,7 +23,7 @@ PSConsoleHostReadLine `PSConsoleHostReadLine` is the main entry point for the PSReadLine module. The PowerShell console host automatically loads the PSReadLine module and calls this function. Under normal operating -conditions, this function is not intended to be used from the command line. +conditions, this function isn't intended to be used from the command line. The extension point `PSConsoleHostReadLine` is special to the console host. The host calls any alias, function, or script with this name. PSReadLine defines this function so that it is called @@ -33,7 +33,11 @@ from the console host. ### Example 1 -This function is not intended to be used from the command line. +This function isn't intended to be used from the command line. + +```powershell +PSConsoleHostReadLine +``` ## PARAMETERS @@ -47,6 +51,9 @@ This function is not intended to be used from the command line. ## NOTES +The purpose of this article is to document that this function exists and is used by the PSReadLine +module. + ## RELATED LINKS [about_PSReadLine](./About/about_PSReadLine.md)