Skip to content

Commit 4fab3e8

Browse files
committed
Change default continuation prompt
1 parent c3cd360 commit 4fab3e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

PSReadLine/Cmdlets.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public class PSConsoleReadlineOptions
7171

7272
public const EditMode DefaultEditMode = EditMode.Windows;
7373

74-
public const string DefaultContinuationPrompt = ">>> ";
74+
public const string DefaultContinuationPrompt = ">> ";
7575

7676
/// <summary>
7777
/// The maximum number of commands to store in the history.

PSReadLine/en-US/PSReadline.dll-help.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ Using the ScriptBlock parameter, one can achieve equivalent functionality by cal
506506
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
507507
<maml:name>ContinuationPrompt</maml:name>
508508
<maml:description>
509-
<maml:para>Specifies the string displayed at the beginning of the second and subsequent lines when multi-line input is being entered. Defaults to &apos;&gt;&gt;&gt; &apos;. The empty string is valid.</maml:para>
509+
<maml:para>Specifies the string displayed at the beginning of the second and subsequent lines when multi-line input is being entered. Defaults to &apos;&gt;&gt; &apos;. The empty string is valid.</maml:para>
510510
</maml:description>
511511
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
512512
</command:parameter>
@@ -724,14 +724,14 @@ Using the ScriptBlock parameter, one can achieve equivalent functionality by cal
724724
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
725725
<maml:name>ContinuationPrompt</maml:name>
726726
<maml:description>
727-
<maml:para>Specifies the string displayed at the beginning of the second and subsequent lines when multi-line input is being entered. Defaults to &apos;&gt;&gt;&gt; &apos;. The empty string is valid.</maml:para>
727+
<maml:para>Specifies the string displayed at the beginning of the second and subsequent lines when multi-line input is being entered. Defaults to &apos;&gt;&gt; &apos;. The empty string is valid.</maml:para>
728728
</maml:description>
729729
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
730730
<dev:type>
731731
<maml:name>String</maml:name>
732732
<maml:uri/>
733733
</dev:type>
734-
<dev:defaultValue>&gt;&gt;&gt; </dev:defaultValue>
734+
<dev:defaultValue>&gt;&gt; </dev:defaultValue>
735735
</command:parameter>
736736
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
737737
<maml:name>ContinuationPromptForegroundColor</maml:name>

0 commit comments

Comments
 (0)