Parcourir la source

Mention ^D in API docs

Clara Hobbs il y a 6 ans
Parent
révision
f956592573
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. 4
    0
      docs/console_config.md

+ 4
- 0
docs/console_config.md Voir le fichier

@@ -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`

Chargement…
Annuler
Enregistrer