提交 b9862a48 编写于 作者: K Kevin Halverson

Add an entry describing how to exit the REPL...

... in the #help text for csi/vbi.
上级 8160396b
......@@ -627,6 +627,7 @@ public void HelpCommand()
Escape Clear the current submission.
UpArrow Replace the current submission with a previous submission.
DownArrow Replace the current submission with a subsequent submission (after having previously navigated backwards).
Ctrl-C Exit the REPL.
REPL commands:
#help Display help on available commands and key bindings.
Script directives:
......
......@@ -157,10 +157,10 @@ internal class ScriptingResources {
/// Escape Clear the current submission.
/// UpArrow Replace the current submission with a previous submission.
/// DownArrow Replace the current submission with a subsequent submission (after having previously navigated backwards).
/// Ctrl-C Exit the REPL.
///REPL commands:
/// #help Display help on available commands and key bindings.
///Script directives:
/// #r Add a metad [rest of string was truncated]";.
///Script directiv [rest of string was truncated]";.
/// </summary>
internal static string HelpText {
get {
......
......@@ -155,6 +155,7 @@
Escape Clear the current submission.
UpArrow Replace the current submission with a previous submission.
DownArrow Replace the current submission with a subsequent submission (after having previously navigated backwards).
Ctrl-C Exit the REPL.
REPL commands:
#help Display help on available commands and key bindings.
Script directives:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册