We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b13916 commit accb7d7Copy full SHA for accb7d7
README.md
@@ -188,7 +188,7 @@ Instructions for implementing each feature follow.
188
189
Any command accepts multi-line input when its name is listed the `multiline_commands` optional argument to
190
`cmd2.Cmd.__init`. The program will keep expecting input until a line ends with any of the characters listed in the
191
- `terminators` optional argument to `cmd2.Cmd.__init__()` . The default terminators are `;` and `/n` (empty newline).
+ `terminators` optional argument to `cmd2.Cmd.__init__()` . The default terminators are `;` and `\n` (empty newline).
192
193
- Special-character shortcut commands (beyond cmd's "@" and "!")
194
0 commit comments