We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35760e2 commit bb41bdbCopy full SHA for bb41bdb
PSReadLine/Cmdlets.cs
@@ -115,8 +115,8 @@ public class PSConsoleReadLineOptions
115
public const string DefaultContinuationPrompt = ">> ";
116
117
/// <summary>
118
- /// The default history format is text. The SQLite is experimental.
119
- /// It is not recommended to use it for production yet.
+ /// The default history type is text-based history.
+ /// Users can change default behavior by setting this to SQLite in their profile.
120
/// </summary>
121
public const HistoryType DefaultHistoryType = HistoryType.Text;
122
0 commit comments