We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c32edd7 commit d5308daCopy full SHA for d5308da
PSReadLine/Cmdlets.cs
@@ -4,24 +4,6 @@
4
5
namespace PSConsoleUtilities
6
{
7
-#if NEVER
8
- public class PSConsoleUtilitiesInit : IModuleAssemblyInitializer
9
- {
10
- [ExcludeFromCodeCoverage]
11
- public void OnImport()
12
13
- var ps = PowerShell.Create(RunspaceMode.CurrentRunspace);
14
- ps.AddScript(@"
15
-function global:PSConsoleHostReadline
16
-{
17
- [PSConsoleUtilities.PSConsoleReadLine]::ReadLine()
18
-}
19
-");
20
- ps.Invoke();
21
- }
22
23
-#endif
24
-
25
[Cmdlet("Set", "PSReadlineOption")]
26
public class SetPSReadlineOption : PSCmdlet
27
0 commit comments