Browse Source

Document what is printed when a command is unknown

Clara Hobbs 6 years ago
parent
commit
7af1fad1b8
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      docs/console_config.md

+ 7
- 0
docs/console_config.md View File

@@ -76,6 +76,13 @@ The command buffer can be cleared by sending ^D (a `\x04` character).  It is
76 76
 recommended to do this at the start of programmatic communications to ensure
77 77
 that the first command sent will be correctly processed.
78 78
 
79
+If a received command is not recognized, the PD Buddy Sink responds with a line
80
+repeating the unknown command with any arguments removed, followed by a space
81
+and a question mark.  For example:
82
+
83
+    PDBS) foo bar
84
+    foo ?
85
+
79 86
 ### help
80 87
 
81 88
 Usage: `help`

Loading…
Cancel
Save