@@ -321,7 +321,7 @@ internal void SetBackgroundColor(TokenClassification tokenKind, ConsoleColor col
321
321
}
322
322
}
323
323
324
- [ Cmdlet ( "Get" , "PSReadlineOption" ) ]
324
+ [ Cmdlet ( "Get" , "PSReadlineOption" , HelpUri = "http://go.microsoft.com/fwlink/?LinkId=528808" ) ]
325
325
[ OutputType ( typeof ( PSConsoleReadlineOptions ) ) ]
326
326
public class GetPSReadlineOption : PSCmdlet
327
327
{
@@ -332,7 +332,7 @@ protected override void EndProcessing()
332
332
}
333
333
}
334
334
335
- [ Cmdlet ( "Set" , "PSReadlineOption" ) ]
335
+ [ Cmdlet ( "Set" , "PSReadlineOption" , HelpUri = "http://go.microsoft.com/fwlink/?LinkId=528811" ) ]
336
336
public class SetPSReadlineOption : PSCmdlet
337
337
{
338
338
[ Parameter ( ParameterSetName = "OptionsSet" ) ]
@@ -565,7 +565,7 @@ protected override void EndProcessing()
565
565
}
566
566
}
567
567
568
- [ Cmdlet ( "Set" , "PSReadlineKeyHandler" ) ]
568
+ [ Cmdlet ( "Set" , "PSReadlineKeyHandler" , HelpUri = "http://go.microsoft.com/fwlink/?LinkId=528810" ) ]
569
569
public class SetPSReadlineKeyHandlerCommand : PSCmdlet , IDynamicParameters
570
570
{
571
571
[ Parameter ( Position = 0 , Mandatory = true ) ]
@@ -642,7 +642,7 @@ public object GetDynamicParameters()
642
642
}
643
643
}
644
644
645
- [ Cmdlet ( "Get" , "PSReadlineKeyHandler" ) ]
645
+ [ Cmdlet ( "Get" , "PSReadlineKeyHandler" , HelpUri = "http://go.microsoft.com/fwlink/?LinkId=528807" ) ]
646
646
[ OutputType ( typeof ( KeyHandler ) ) ]
647
647
public class GetKeyHandlerCommand : PSCmdlet
648
648
{
@@ -686,7 +686,7 @@ protected override void EndProcessing()
686
686
}
687
687
}
688
688
689
- [ Cmdlet ( "Remove" , "PSReadlineKeyHandler" ) ]
689
+ [ Cmdlet ( "Remove" , "PSReadlineKeyHandler" , HelpUri = "http://go.microsoft.com/fwlink/?LinkId=528809" ) ]
690
690
public class RemoveKeyHandlerCommand : PSCmdlet
691
691
{
692
692
[ Parameter ( Position = 0 , Mandatory = true ) ]
0 commit comments