瀏覽代碼

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`

Loading…
取消
儲存