ソースを参照

Mention ^D in API docs

Clara Hobbs 7年前
コミット
f956592573
1個のファイルの変更4行の追加0行の削除
  1. 4
    0
      docs/console_config.md

+ 4
- 0
docs/console_config.md ファイルの表示

@@ -70,6 +70,10 @@ unplugged at any time.
70 70
 Commands are echoed on the terminal as characters are received.  Lines are
71 71
 separated by `\r\n` and a command's output ends with the `PDBS) ` prompt.
72 72
 
73
+The command buffer can be cleared by sending ^D (a `\x04` character).  It is
74
+recommended to do this at the start of programmatic communications to ensure
75
+that the first command sent will be correctly processed.
76
+
73 77
 ### help
74 78
 
75 79
 Usage: `help`

読み込み中…
キャンセル
保存